From b021b8b8dceaa0162dbff5a738976443d8b5a3a8 Mon Sep 17 00:00:00 2001 From: 0xNineteen <0x39015319@gmail.com> Date: Mon, 7 Nov 2022 11:08:13 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.13=20=E2=86=92=200.6.14?= 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 e2b4182b..f3cdb39c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.13 +current_version = 0.6.14 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 3d1f4a89..46364a6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.6.13" +version = "0.6.14" 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 c98d6e33..2e77e107 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.6.13" +__version__ = "0.6.14"