From 1b81f29cdcdb127a2eb616bd06d27b96bb321d5e Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Wed, 7 Feb 2024 08:49:34 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.11.0=20=E2=86=92=203.11.1?= 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 b725a979..cac9eb12 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.11.0 +current_version = 3.11.1 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index f83c94e2..88bb6cbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytezos" -version = "3.11.0" +version = "3.11.1" description = "Python toolkit for Tezos" license = "MIT" authors = [ diff --git a/src/michelson_kernel/__init__.py b/src/michelson_kernel/__init__.py index b8b2efb8..94015dc8 100644 --- a/src/michelson_kernel/__init__.py +++ b/src/michelson_kernel/__init__.py @@ -1 +1 @@ -__version__ = '3.11.0' +__version__ = '3.11.1' diff --git a/src/pytezos/__init__.py b/src/pytezos/__init__.py index cbe5daaa..8b717fe5 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.11.0' +__version__ = '3.11.1' pytezos = PyTezosClient()