From 2ab9d7efb5f926f6172c6fe433862b88ab3c774c Mon Sep 17 00:00:00 2001 From: Tarun Bhardwaj Date: Fri, 18 Sep 2020 22:20:14 +0530 Subject: [PATCH] Released version 2.0.0 --- 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 c5c42ad..ffe1346 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.1.0' +__version__ = '2.0.0' # flake8: noqa diff --git a/setup.cfg b/setup.cfg index 10ea9f2..86dd984 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 2.0.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:rc(?P\d+))? diff --git a/setup.py b/setup.py index b3ac93c..b22b499 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='fulfil_client', - version='1.1.0', + version='2.0.0', description="Fulfil REST API Client in Python", long_description=readme + '\n\n' + history, author="Fulfil.IO Inc.",