From 4c9068db6f99c787f25a7d75eced2d65c88a0435 Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Wed, 29 Mar 2023 15:13:32 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.8.0=20=E2=86=92=203.9.0?= 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 e3ea16878..aeadc28b1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.8.0 +current_version = 3.9.0 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index f8d5f7549..43d889d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytezos" -version = "3.8.0" +version = "3.9.0" description = "Python toolkit for Tezos" license = "MIT" authors = [ diff --git a/src/michelson_kernel/__init__.py b/src/michelson_kernel/__init__.py index 99d6aecee..2de9e7101 100644 --- a/src/michelson_kernel/__init__.py +++ b/src/michelson_kernel/__init__.py @@ -1 +1 @@ -__version__ = '3.8.0' +__version__ = '3.9.0' diff --git a/src/pytezos/__init__.py b/src/pytezos/__init__.py index ba5fb022d..d08e949d5 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.8.0' +__version__ = '3.9.0' pytezos = PyTezosClient()