From 485643ff9e61d6c1df8722ce7e6cdb6d0687b240 Mon Sep 17 00:00:00 2001 From: Unique-Divine Date: Tue, 11 Oct 2022 14:30:56 -0500 Subject: [PATCH] release: increment version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc2cae0b..87952a7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nibiru" -version = "0.4.7" +version = "0.5.0-alpha.2" description = "Python SDK for interacting with Nibiru." authors = ["Nibiru Chain "] license = "MIT"