Skip to content

Commit

Permalink
Merge branch 'release/2.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunbhardwaj committed Sep 18, 2020
2 parents f6f2ed8 + 2ab9d7e commit 270c0c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fulfil_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Fulfil.IO Inc.'
__email__ = '[email protected]'
__version__ = '1.1.0'
__version__ = '2.0.0'

# flake8: noqa

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 2.0.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:rc(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 270c0c2

Please sign in to comment.