diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4c37e82f..83436f22 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.95 +current_version = 0.7.96 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 980b6d56..15020221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.7.95" +version = "0.7.96" description = "A Python client for the Drift DEX" authors = [ "x19 ", diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index f576ab02..6e3d1fb2 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.7.95" +__version__ = "0.7.96"