diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6b8eba72..309bc815 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.16 +current_version = 0.6.17 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 75e0d321..2f866368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.16" +version = "0.6.17" description = "A Python client for the Drift DEX" authors = ["Kevin Heavey ", "Zane "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index 578a2982..b0f758e0 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.16" +__version__ = "0.6.17"