diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 896d6b9c..ad594d04 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.31 +current_version = 0.6.32 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 8c24b1a9..131f629e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.31" +version = "0.6.32" description = "A Python client for the Drift DEX" authors = ["x19 ", "Zane "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index ea1aee59..880080e4 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.31" +__version__ = "0.6.32"