Skip to content

Commit

Permalink
release: 0.2.1b0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Nov 29, 2024
1 parent c6ad3a7 commit 30f52ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stellar-contract-bindings"
version = "0.2.0b0"
version = "0.2.1b0"
description = "CLI tool designed to generate language bindings for Stellar Soroban smart contracts."
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion stellar_contract_bindings/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0b0"
__version__ = "0.2.1b0"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30f52ea

Please sign in to comment.