diff --git a/pyproject.toml b/pyproject.toml index 31a52e5..3f6f36d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stateless-sdk" -version = "0.0.16" # Keep this in sync with __version__ in stateless/main.py +version = "0.0.17" # Keep this in sync with __version__ in stateless/main.py authors = [{name = "blockjoe", email = "joe@stateless.solutions"}] description = "A CLI for interacting with the Stateless Gateway" readme = "readme.md" diff --git a/stateless/main.py b/stateless/main.py index e5e279f..d534852 100644 --- a/stateless/main.py +++ b/stateless/main.py @@ -35,7 +35,7 @@ |_____/ \__\__,_|\__\___|_|\___||___/___/ \_____|______|_____| """ # noqa: W291 -__version__ = "0.0.16" # Keep this in sync with pyproject.toml +__version__ = "0.0.17" # Keep this in sync with pyproject.toml def version_callback(value: bool):