diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b7ed2a0..7745b076 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.10 +current_version = 0.8.11 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index da77822a..e1ef2aa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.8.10" +version = "0.8.11" description = "A Python client for the Drift DEX" authors = [ "x19 ", diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index e0ebe2b0..1d16920c 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.8.10" +__version__ = "0.8.11"