Skip to content

Commit

Permalink
release: 🔖 v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amiwrpremium committed Jan 10, 2024
1 parent f5fdd16 commit 960de75
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 @@
[tool.poetry]
name = "python-bitpin"
version = "0.0.10"
version = "0.0.11"
description = "Bitpin Exchange Python SDK"
authors = ["AMiWR <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bitpin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# Meta
__version__ = "0.0.10"
__version__ = "0.0.11"
__author__ = "amiwrpremium"
__email__ = "[email protected]"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.10
v0.0.11

0 comments on commit 960de75

Please sign in to comment.