From 69f5961a629142d16947da78f45dfb35cad513e6 Mon Sep 17 00:00:00 2001 From: m-kus Date: Fri, 12 Mar 2021 16:31:07 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.3=20=E2=86=92=203.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- pytezos/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 760461b9f..9cbd82ca1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.3 +current_version = 3.0.4 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index a14cb1eec..26d5f863a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytezos" -version = "3.0.3" +version = "3.0.4" description = "Python toolkit for Tezos" license = "MIT" authors = ["Michael Zaikin ", "Arthur Breitman", "Roman Serikov"] diff --git a/pytezos/__init__.py b/pytezos/__init__.py index dd0d450ea..9f21c96ec 100644 --- a/pytezos/__init__.py +++ b/pytezos/__init__.py @@ -24,6 +24,6 @@ from pytezos.michelson.types.base import Undefined from pytezos.michelson.types.core import Unit -__version__ = '3.0.3' +__version__ = '3.0.4' pytezos = PyTezosClient()