From fec15d27df032499d92d4563c892a4630ee8fb69 Mon Sep 17 00:00:00 2001 From: crisog Date: Mon, 5 Feb 2024 14:35:11 -0400 Subject: [PATCH] chore: version bump --- pyproject.toml | 2 +- stateless/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e64def..08a0e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stateless-sdk" -version = "0.0.9-beta3" # Keep this in sync with __version__ in stateless/main.py +version = "0.0.9" # 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 ce8b602..ceccc44 100644 --- a/stateless/main.py +++ b/stateless/main.py @@ -35,7 +35,7 @@ |_____/ \__\__,_|\__\___|_|\___||___/___/ \_____|______|_____| """ # noqa: W291 -__version__ = "0.0.9-beta3" # Keep this in sync with pyproject.toml +__version__ = "0.0.9" # Keep this in sync with pyproject.toml def version_callback(value: bool):