Skip to content

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDrane committed Feb 6, 2024
1 parent 3f53b7f commit 864f098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

TEST_SDK_VERSION = os.getenv("TEST_SDK_VERSION")
version = "0.1.6"
version = "0.1.7"
setup(
name="rapid-sdk",
version=version if TEST_SDK_VERSION is None else f"{version}.{TEST_SDK_VERSION}",
Expand Down

0 comments on commit 864f098

Please sign in to comment.