From 48f7100160f705e2b1ba25d2c14e5d4a3a48d5cb Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Tue, 9 Jan 2024 18:35:45 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0c1f516..82b1663 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 tag = True commit = True tag_name = {new_version} @@ -7,4 +7,4 @@ message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:pyproject.toml] search = version = "{current_version}" -replace = version = "{new_version}" \ No newline at end of file +replace = version = "{new_version}" diff --git a/pyproject.toml b/pyproject.toml index 5b7d9c3..e6e6c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "defillama" -version = "0.1.0" +version = "0.1.1" description = "Python Api Wrapper for DefiLlama API" authors = ["Jakub Pluta "] license = "MIT"