Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
martejj committed Jul 4, 2022
1 parent 781fd04 commit 0a94d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arlulacore/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name = "arlulacore"

# User agent setting
sdk_version = "2.0.3"
sdk_version = "3.0.1"
py_version = sys.version.split(' ')[0]
os_version = platform.platform()
def_ua = "core-sdk " + \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='arlulacore',
version='3.0.0',
version='3.0.1',
author="Arlula",
author_email="[email protected]",
description="A package to facilitate access to the Arlula Imagery Marketplace API",
Expand Down

0 comments on commit 0a94d62

Please sign in to comment.