From ab5e298f1ec5abdcd50b61dcbc4f5a47b25419ad Mon Sep 17 00:00:00 2001 From: AMiWR Date: Tue, 29 Aug 2023 15:52:15 +0330 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20V0.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/bitpin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96b4227..83c5de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-bitpin" -version = "0.0.1" +version = "0.0.2" description = "Bitpin Exchange Python SDK" authors = ["AMiWR "] license = "MIT" diff --git a/src/bitpin/__init__.py b/src/bitpin/__init__.py index 39fa69e..41a66ca 100644 --- a/src/bitpin/__init__.py +++ b/src/bitpin/__init__.py @@ -10,7 +10,7 @@ # Meta -__version__ = "0.0.1" +__version__ = "0.0.2" __author__ = "amiwrpremium" __email__ = "amiwrpremium@gmail.com" __license__ = "MIT"