From 5c2521d86fe65cf92cd233afc1978f7d3859bed8 Mon Sep 17 00:00:00 2001 From: KPrasch Date: Wed, 31 Jul 2024 13:23:50 +0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d725c03..ab84e05 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/pyproject.toml b/pyproject.toml index 3e5aea7..ac5ffcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "atxm" -version = "0.4.0" +version = "0.5.0" authors = [ { name="NuCypher", email="devs@nucypher.com" }, ] @@ -25,7 +25,7 @@ classifiers = [ [tool.poetry] name = "atxm" -version = "0.4.0" +version = "0.5.0" authors = ["NuCypher "] description = "Automatic Transaction Machine (ATxM) for Ethereum."