diff --git a/raiblocks/version.py b/raiblocks/version.py index 8a81504..1a72d32 100644 --- a/raiblocks/version.py +++ b/raiblocks/version.py @@ -1 +1 @@ -__version__ = '1.0.4' +__version__ = '1.1.0' diff --git a/setup.cfg b/setup.cfg index ec9bb96..30d8452 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ -[aliases] -test=pytest - - [bumpversion] -current_version = 1.0.4 +current_version = 1.1.0 commit = True tag = True +[aliases] +test = pytest + [bumpversion:file:raiblocks/version.py] +