diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f0629ece..b725a979 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.10.3 +current_version = 3.11.0 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 717a97fd..f83c94e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytezos" -version = "3.10.3" +version = "3.11.0" description = "Python toolkit for Tezos" license = "MIT" authors = [ diff --git a/src/michelson_kernel/__init__.py b/src/michelson_kernel/__init__.py index f950ee3e..b8b2efb8 100644 --- a/src/michelson_kernel/__init__.py +++ b/src/michelson_kernel/__init__.py @@ -1 +1 @@ -__version__ = '3.10.3' +__version__ = '3.11.0' diff --git a/src/pytezos/__init__.py b/src/pytezos/__init__.py index ecc5b364..cbe5daaa 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.3' +__version__ = '3.11.0' pytezos = PyTezosClient()