From 50dde06c99c0fd0891996c3685fe88bff4056c49 Mon Sep 17 00:00:00 2001 From: blockjoe <69400937+blockjoe@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:57:55 -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 e565dd3..a015582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stateless-sdk" -version = "0.0.13" # Keep this in sync with __version__ in stateless/main.py +version = "0.0.14" # 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 cea0da4..d748b8c 100644 --- a/stateless/main.py +++ b/stateless/main.py @@ -35,7 +35,7 @@ |_____/ \__\__,_|\__\___|_|\___||___/___/ \_____|______|_____| """ # noqa: W291 -__version__ = "0.0.13" # Keep this in sync with pyproject.toml +__version__ = "0.0.14" # Keep this in sync with pyproject.toml def version_callback(value: bool):