Skip to content

Commit 3db2c34

Browse files
committed
Bump version: 3.0.2 → 3.0.3
1 parent 19e25b8 commit 3db2c34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.2
2+
current_version = 3.0.3
33
commit = True
44
tag = True
55
tag_name = {new_version}
@@ -10,4 +10,4 @@ replace = version = "{new_version}"
1010

1111
[bumpversion:file:pytezos/__init__.py]
1212
search = __version__ = '{current_version}'
13-
replace = __version__ = '{new_version}'
13+
replace = __version__ = '{new_version}'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytezos"
3-
version = "3.0.2"
3+
version = "3.0.3"
44
description = "Python toolkit for Tezos"
55
license = "MIT"
66
authors = ["Michael Zaikin <[email protected]>", "Arthur Breitman", "Roman Serikov"]

pytezos/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
from pytezos.michelson.types.base import Undefined
2525
from pytezos.michelson.types.core import Unit
2626

27-
__version__ = '3.0.2'
27+
__version__ = '3.0.3'
2828

2929
pytezos = PyTezosClient()

0 commit comments

Comments
 (0)