From 6d90b708d9a10a966935a573b29888c81ef9353f Mon Sep 17 00:00:00 2001 From: PsicoThePato Date: Tue, 4 Jun 2024 17:13:45 -0300 Subject: [PATCH] bump version to 0.1.30.1 --- CHANGELOG | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c598fc9f..3032d2ce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +## 0.1.30.1 +- Fixed a display bug when showing emission on subnets with tempo different from 100 + ## 0.1.30 - removed min_stake - removed burn_rate diff --git a/pyproject.toml b/pyproject.toml index b13c32b7..bcb81d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "communex" -version = "0.1.30" +version = "0.1.30.1" description = "A library for Commune network focused on simplicity" authors = ["agicommies "] license = "MIT"