Skip to content

Commit

Permalink
bump version to 0.15.2 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc authored Mar 26, 2024
1 parent f7ad912 commit 4ff9e6d
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.1"
VERSION = "0.15.2"


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.1"
version = "0.15.2"
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.1",
version="0.15.2",
description="Ecash wallet and mint",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4ff9e6d

Please sign in to comment.