File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.0.2
2
+ current_version = 3.0.3
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
@@ -10,4 +10,4 @@ replace = version = "{new_version}"
10
10
11
11
[bumpversion:file:pytezos/__init__.py]
12
12
search = __version__ = ' {current_version}'
13
- replace = __version__ = ' {new_version}'
13
+ replace = __version__ = ' {new_version}'
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pytezos"
3
- version = " 3.0.2 "
3
+ version = " 3.0.3 "
4
4
description = " Python toolkit for Tezos"
5
5
license = " MIT"
6
6
authors = [
" Michael Zaikin <[email protected] >" ,
" Arthur Breitman" ,
" Roman Serikov" ]
Original file line number Diff line number Diff line change 24
24
from pytezos .michelson .types .base import Undefined
25
25
from pytezos .michelson .types .core import Unit
26
26
27
- __version__ = '3.0.2 '
27
+ __version__ = '3.0.3 '
28
28
29
29
pytezos = PyTezosClient ()
You can’t perform that action at this time.
0 commit comments