Skip to content

Commit

Permalink
bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 9, 2024
1 parent 539054a commit 90d07ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cashu/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

env = Env()

VERSION = "0.15.3"
VERSION = "0.16.0"


def find_env_file():
Expand Down
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 = "cashu"
version = "0.15.3"
version = "0.16.0"
description = "Ecash wallet and mint"
authors = ["calle <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="cashu",
version="0.15.3",
version="0.16.0",
description="Ecash wallet and mint",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 90d07ed

Please sign in to comment.