From fafb27dbdc0f7372642bc579888fdaef3f6f93f3 Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:58:16 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.42=20=E2=86=92=200.6.43?= 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 862e3333..1a118922 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.42 +current_version = 0.6.43 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 26374b85..04312281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.42" +version = "0.6.43" description = "A Python client for the Drift DEX" authors = ["x19 ", "bigz "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index 13059f12..dfdfd3c6 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.42" +__version__ = "0.6.43"