Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Mar 18, 2019
1 parent 6e930e8 commit 97a31ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion create_tomochain_masternode/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.1'
__version__ = '1.2.0'
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 = "create-tomochain-masternode"
version = "1.1.1"
version = "1.2.0"
description = "Set up a TomoChain masternode by running one command."
readme = "README.md"
license = "GPL-3.0+"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_create_tomochain_masternode.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def runner():


def test_version():
assert __version__ == '1.1.1'
assert __version__ == '1.2.0'


def test_produced_yml(runner):
Expand Down

0 comments on commit 97a31ab

Please sign in to comment.