Skip to content

Commit

Permalink
Merge pull request #63 from lightningames/bitkarrot-0.0.8-release-number
Browse files Browse the repository at this point in the history
[Winter Release] Update setup.py,  pyproject.toml for 0.0.8 Release
  • Loading branch information
bitkarrot committed Dec 3, 2023
2 parents 59b9598 + c0da824 commit 4777d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "pylnbits"
version = "0.0.7"
version = "0.0.8"
description = "Python library for LNBits."
authors = ["bitkarrot <info@bitkarrot.co>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if __name__ == "__main__":
# setuptools.setup()
VERSION = "0.0.7"
VERSION = "0.0.8"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 4777d9a

Please sign in to comment.