From 48cd39662827320e7a76d00661a4c118b332b4bc Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Fri, 6 Aug 2021 19:38:21 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.2.6=20=E2=86=92=203.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/michelson_kernel/__init__.py | 2 +- src/pytezos/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bfc6d8da0..63d8fbef9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.6 +current_version = 3.2.7 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 53794cbe6..02e28268e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytezos" -version = "3.2.6" +version = "3.2.7" description = "Python toolkit for Tezos" license = "MIT" authors = ["Michael Zaikin ", "Arthur Breitman", "Roman Serikov"] diff --git a/src/michelson_kernel/__init__.py b/src/michelson_kernel/__init__.py index 4a3d73431..b135b9f9b 100644 --- a/src/michelson_kernel/__init__.py +++ b/src/michelson_kernel/__init__.py @@ -1 +1 @@ -__version__ = '3.2.6' +__version__ = '3.2.7' diff --git a/src/pytezos/__init__.py b/src/pytezos/__init__.py index 51a843e53..1613f5234 100644 --- a/src/pytezos/__init__.py +++ b/src/pytezos/__init__.py @@ -21,6 +21,6 @@ from pytezos.michelson.types.base import MichelsonType, Undefined from pytezos.michelson.types.core import Unit -__version__ = '3.2.6' +__version__ = '3.2.7' pytezos = PyTezosClient()