Skip to content

Commit

Permalink
Bump version: 0.23.0 → 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 24, 2025
1 parent c7dbd83 commit 577d345
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.23.0
current_version = 0.24.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Kevin Heavey"

# The full version, including alpha/beta/rc tags
release = "0.23.0"
release = "0.24.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "solders"
version = "0.23.0"
version = "0.24.0"
description = "Python bindings for Solana Rust tools"
authors = ["kevinheavey <kevinheavey123@gmail.com>"]
license = "Apache"
Expand Down Expand Up @@ -30,7 +30,7 @@ build-backend = "maturin"

[project]
name = "solders"
version = "0.23.0"
version = "0.24.0"
description = "Python bindings for Solana Rust tools"
authors = [ {name = "kevinheavey", email = "kevinheavey123@gmail.com"} ]
license = {file = "LICENSE"} # relative to the package/ directory
Expand Down
2 changes: 1 addition & 1 deletion python/solders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
__all__ = __all_core # noqa: PLE0605


__version__ = "0.23.0"
__version__ = "0.24.0"

0 comments on commit 577d345

Please sign in to comment.