We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee5e4f commit c2cd56cCopy full SHA for c2cd56c
βpyproject.tomlβ
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-bitpin"
3
-version = "0.0.9"
+version = "0.0.10"
4
description = "Bitpin Exchange Python SDK"
5
authors = ["AMiWR <amiwrpremium@gmail.com>"]
6
license = "MIT"
βsrc/bitpin/__init__.pyβ
@@ -10,7 +10,7 @@
10
11
12
# Meta
13
-__version__ = "0.0.9"
+__version__ = "0.0.10"
14
__author__ = "amiwrpremium"
15
__email__ = "amiwrpremium@gmail.com"
16
__license__ = "MIT"
βversionβ
@@ -1 +1 @@
-v0.0.9
+v0.0.10
0 commit comments