diff --git a/pyproject.toml b/pyproject.toml index 0e028ac..8902f19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-bitpin" -version = "0.0.5" +version = "0.0.6" description = "Bitpin Exchange Python SDK" authors = ["AMiWR "] license = "MIT" diff --git a/src/bitpin/__init__.py b/src/bitpin/__init__.py index 54475e5..8b1f368 100644 --- a/src/bitpin/__init__.py +++ b/src/bitpin/__init__.py @@ -10,7 +10,7 @@ # Meta -__version__ = "0.0.5" +__version__ = "0.0.6" __author__ = "amiwrpremium" __email__ = "amiwrpremium@gmail.com" __license__ = "MIT" diff --git a/version b/version index 837042c..254a9f2 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.5 \ No newline at end of file +v0.0.6 \ No newline at end of file