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 0067365..26d6420 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"