Skip to content

Commit

Permalink
Merge tag 'v1.1.0' into develop
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
etienne-napoleone committed Mar 7, 2019
2 parents 737097e + 864445e commit 4343287
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.0.0'
__version__ = '1.1.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.0.0"
version = "1.1.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.0.0'
assert __version__ == '1.1.0'


def test_produced_yml(runner):
Expand Down

0 comments on commit 4343287

Please sign in to comment.