From 95b9a5408133b7ac4f1d60abab0b48e4d96a909a Mon Sep 17 00:00:00 2001 From: 0xNineteen <0x39015319@gmail.com> Date: Thu, 27 Oct 2022 12:41:08 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.2=20=E2=86=92=200.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/driftpy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"