diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ad594d04..413830cd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.32 +current_version = 0.6.33 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 131f629e..220e26a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.32" +version = "0.6.33" 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 880080e4..2cdafb47 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.32" +__version__ = "0.6.33"