From b77f7a02712a53724e05c76c6008a9e74ba7a7a6 Mon Sep 17 00:00:00 2001 From: 0xbigz Date: Wed, 28 Dec 2022 22:17:55 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.26=20=E2=86=92=200.6.27?= 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 99324aed..c68f7035 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.26 +current_version = 0.6.27 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index b8e4dcc7..7e6b8474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.26" +version = "0.6.27" 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 5031a990..30e2dee0 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.26" +__version__ = "0.6.27"