From ebd6b96a001a2217adb58113dcae32cb898bacc0 Mon Sep 17 00:00:00 2001 From: 0xbigz Date: Tue, 3 May 2022 18:05:57 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.7=20=E2=86=92=200.5.8?= 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 c135b7e7..6e631233 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.7 +current_version = 0.5.8 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 9bd05f12..8ad2d52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.5.7" +version = "0.5.8" 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 1cc82e6b..fc0a8435 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.5.7" +__version__ = "0.5.8"