From e3bb27d25a1215e903b4e97555392967eace78ad Mon Sep 17 00:00:00 2001 From: AMiWR Date: Sat, 2 Sep 2023 12:03:48 +0330 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20V0.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/bitpin/__init__.py | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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