From 2a1a4e0f1c603e10b0bb678ee86ceaf2df8fbb47 Mon Sep 17 00:00:00 2001 From: blockjoe <69400937+blockjoe@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:45:15 -0500 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- stateless/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e6af36..2a14d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stateless-sdk" -version = "0.0.5" # Keep this in sync with __version__ in stateless/main.py +version = "0.0.6" # 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" dependencies = [ diff --git a/stateless/main.py b/stateless/main.py index 058fd4c..105b570 100644 --- a/stateless/main.py +++ b/stateless/main.py @@ -35,7 +35,7 @@ |_____/ \__\__,_|\__\___|_|\___||___/___/ \_____|______|_____| """ # noqa: W291 -__version__ = "0.0.5" # Keep this in sync with pyproject.toml +__version__ = "0.0.6" # Keep this in sync with pyproject.toml def version_callback(value: bool): if value: