Skip to content

Commit bac0bed

Browse files
author
Michael Zaikin
committed
Bump version: 3.7.4 β†’ 3.8.0
1 parent cd51077 commit bac0bed

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.7.4
2+
current_version = 3.8.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytezos"
3-
version = "3.7.4"
3+
version = "3.8.0"
44
description = "Python toolkit for Tezos"
55
license = "MIT"
66
authors = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.7.4'
1+
__version__ = '3.8.0'

β€Žsrc/pytezos/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
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.7.4'
27+
__version__ = '3.8.0'
2828

2929
pytezos = PyTezosClient()

0 commit comments

Comments
Β (0)