From e183c8d41da15ef8785b4acb6a0f6fcfb00bbae4 Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:22:56 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.36=20=E2=86=92=200.6.37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/driftpy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9e274a74..42f9d79d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.36 +current_version = 0.6.37 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 811f519e..71ab6fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.36" +version = "0.6.37" description = "A Python client for the Drift DEX" authors = ["x19 ", "Zane "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index 235cd153..cff088af 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.36" +__version__ = "0.6.37"