From 684baff61f6905301b660064f475936abdaf1dab Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Mon, 27 Nov 2023 21:08:05 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.10.2=20=E2=86=92=203.10.3?= 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 f1a6e5e26..f0629ece2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.10.2 +current_version = 3.10.3 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 76621755c..e98e200bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytezos" -version = "3.10.2" +version = "3.10.3" description = "Python toolkit for Tezos" license = "MIT" authors = [ diff --git a/src/michelson_kernel/__init__.py b/src/michelson_kernel/__init__.py index 33fc52805..f950ee3e8 100644 --- a/src/michelson_kernel/__init__.py +++ b/src/michelson_kernel/__init__.py @@ -1 +1 @@ -__version__ = '3.10.2' +__version__ = '3.10.3' diff --git a/src/pytezos/__init__.py b/src/pytezos/__init__.py index cab486e6a..ecc5b364e 100644 --- a/src/pytezos/__init__.py +++ b/src/pytezos/__init__.py @@ -24,6 +24,6 @@ from pytezos.michelson.types.base import Undefined from pytezos.michelson.types.core import Unit -__version__ = '3.10.2' +__version__ = '3.10.3' pytezos = PyTezosClient()