diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8f644694..c135b7e7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.6 +current_version = 0.5.7 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 3806251f..9bd05f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.5.6" +version = "0.5.7" 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 a779a442..1cc82e6b 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.5.6" +__version__ = "0.5.7"