Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blockjoe committed Feb 21, 2024
1 parent b82fa08 commit 50dde06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
description = "A CLI for interacting with the Stateless Gateway"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion stateless/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 50dde06

Please sign in to comment.