From 67a07a48f068a825186eed7458e887f13a6eb459 Mon Sep 17 00:00:00 2001 From: Prakash Pandey Date: Mon, 10 Aug 2020 22:01:38 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fulfil_client/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.",