Skip to content

Commit

Permalink
Bump version: 3.2.5 → 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Jul 26, 2021
1 parent 5ddea9e commit af4206a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.5
current_version = 3.2.6
commit = True
tag = True
tag_name = {new_version}
Expand Down
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.2.5"
version = "3.2.6"
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 src/michelson_kernel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.5'
__version__ = '3.2.6'
2 changes: 1 addition & 1 deletion src/pytezos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
from pytezos.michelson.types.base import MichelsonType, Undefined
from pytezos.michelson.types.core import Unit

__version__ = '3.2.5'
__version__ = '3.2.6'

pytezos = PyTezosClient()

0 comments on commit af4206a

Please sign in to comment.