From fb6db69fc4598804a24cf026ce0883be92b7cc3c Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Wed, 10 Jan 2024 14:08:18 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.7=20=E2=86=92=200.1.8=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 23d9043..64f10e2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.7 +current_version = 0.1.8 tag = True commit = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 5060383..c6921aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dfllama" -version = "0.1.7" +version = "0.1.8" description = "Python Api Wrapper for DefiLlama API" authors = ["Jakub Pluta "] license = "MIT"