diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0e929201..4edb6eab 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.4 +current_version = 0.6.5 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 4fa8ef2e..e97583b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.4" +version = "0.6.5" 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 364e7bae..7bbb2ef5 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.4" +__version__ = "0.6.5"