Skip to content

Commit

Permalink
Bump version: 3.0.2 → 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Mar 11, 2021
1 parent 19e25b8 commit 3db2c34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.2
current_version = 3.0.3
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -10,4 +10,4 @@ replace = version = "{new_version}"

[bumpversion:file:pytezos/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
replace = __version__ = '{new_version}'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytezos"
version = "3.0.2"
version = "3.0.3"
description = "Python toolkit for Tezos"
license = "MIT"
authors = ["Michael Zaikin <mz@baking-bad.org>", "Arthur Breitman", "Roman Serikov"]
Expand Down
2 changes: 1 addition & 1 deletion pytezos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
from pytezos.michelson.types.base import Undefined
from pytezos.michelson.types.core import Unit

__version__ = '3.0.2'
__version__ = '3.0.3'

pytezos = PyTezosClient()

0 comments on commit 3db2c34

Please sign in to comment.