From edfa8b1490a283c8233266201a631d713424babe Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Tue, 9 Jan 2024 18:45:01 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2=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 82b1663..49f8cfa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 tag = True commit = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index e6e6c73..6a49a04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "defillama" -version = "0.1.1" +version = "0.1.2" description = "Python Api Wrapper for DefiLlama API" authors = ["Jakub Pluta "] license = "MIT"