Skip to content

Commit 55feb25

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent 04d06a5 commit 55feb25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 1.2.0
4+
current_version = 1.3.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}-{release}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='shipthisapi-python',
9-
version='1.2.0',
9+
version='1.3.0',
1010
author="Mayur Rawte",
1111
author_email="mayur@shipthis.co",
1212
description="ShipthisAPI utility package",

0 commit comments

Comments
 (0)