Skip to content

Commit ca89b47

Browse files
authored
chore: bump version to 3.0.2 (#9)
1 parent 86e8f6b commit ca89b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ShipthisAPI/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# __variables__ with double-quoted values will be available in setup.py
2-
__version__ = "3.0.1"
2+
__version__ = "3.0.2"
33

44
from .shipthisapi import (
55
ShipthisAPI,

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='3.0.1',
9+
version='3.0.2',
1010
author="Mayur Rawte",
1111
author_email="mayur@shipthis.co",
1212
description="ShipthisAPI async utility package",

0 commit comments

Comments
 (0)