diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5ef59c99..522fd8d9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.56 +current_version = 0.7.57 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 136302b3..55ded6fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.7.56" +version = "0.7.57" 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 75462547..15066d0f 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.7.56" +__version__ = "0.7.57"