diff --git a/fulfil_client/__init__.py b/fulfil_client/__init__.py index e310b9c..c5c42ad 100755 --- a/fulfil_client/__init__.py +++ b/fulfil_client/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Fulfil.IO Inc.' __email__ = 'hello@fulfil.io' -__version__ = '1.0.0' +__version__ = '1.1.0' # flake8: noqa diff --git a/setup.cfg b/setup.cfg index 3ff5563..10ea9f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:rc(?P\d+))? diff --git a/setup.py b/setup.py index c6ce490..b3ac93c 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='fulfil_client', - version='1.0.0', + version='1.1.0', description="Fulfil REST API Client in Python", long_description=readme + '\n\n' + history, author="Fulfil.IO Inc.",