diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a5b95b52..22dfa09a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.7.1 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 101c2b71..ac95234c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.7.0" +version = "0.7.1" description = "A Python client for the Drift DEX" authors = ["x19 ", "bigz "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index 49e0fc1e..a5f830a2 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.7.1"