diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b394d881..8e0d17c2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.6.3 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index bb7235ca..892b9d2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.2" +version = "0.6.3" 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 22049ab2..63af8876 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.6.3"