From e6ecf3ab04ce8358806ad886a4f1b7c25eb8afe5 Mon Sep 17 00:00:00 2001 From: frank <98238480+soundsonacid@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:52:00 -0500 Subject: [PATCH] rerelease (#187) --- .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 f4daf232..9dc7cd44 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.67 +current_version = 0.7.68 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 391cfa1f..860f62a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.7.67" +version = "0.7.68" description = "A Python client for the Drift DEX" authors = ["x19 ", "bigz ", "frank "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index 87e36220..09b64489 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.7.67" \ No newline at end of file +__version__ = "0.7.68"