Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubPluta committed Jan 9, 2024
1 parent af30af9 commit 48f7100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
tag = True
commit = True
tag_name = {new_version}
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <plutakuba@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 48f7100

Please sign in to comment.