From 7d67a826130b5e665c29c378f94068ab2f1629bf Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 20 Oct 2020 18:05:32 +0200 Subject: [PATCH] [mod] #299: Start 0.9.0dev development cycle --- pyproject.toml | 2 +- silkaj/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9efa48d..89e26ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "silkaj" -version = "0.8.0" +version = "0.9.0dev" description = "Powerfull, lightweight, and multi-platform command line client written with Python for Duniter’s currencies: Ğ1 and Ğ1-Test." authors = ["Moul <moul@moul.re>"] maintainers = ["Moul <moul@moul.re>"] diff --git a/silkaj/constants.py b/silkaj/constants.py index 6e8861b1..1bfb6230 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License along with Silkaj. If not, see <https://www.gnu.org/licenses/>. """ -SILKAJ_VERSION = "0.8.0" +SILKAJ_VERSION = "0.9.0dev" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" G1_DEFAULT_ENDPOINT = "g1.duniter.org", "443" -- GitLab