From 938dc72d5c3cdbc42ae99a7012e37827214d7919 Mon Sep 17 00:00:00 2001 From: 0xNineteen <0x39015319@gmail.com> Date: Wed, 16 Nov 2022 09:05:22 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.20=20=E2=86=92=200.6.21?= 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 4da33db1..07a9ffc6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.20 +current_version = 0.6.21 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 53a5f56a..b49d6b1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.20" +version = "0.6.21" description = "A Python client for the Drift DEX" authors = ["Kevin Heavey ", "Zane "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index 5c0d1248..0a932f97 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.20" +__version__ = "0.6.21"