Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Steyn committed Sep 2, 2024
1 parent b21939b commit 475b8dc
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 @@ -14,7 +14,7 @@
name = "arlulacore"

# User agent setting
sdk_version = "4.0.0"
sdk_version = "4.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='4.0.0',
version='4.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 475b8dc

Please sign in to comment.