Skip to content

Commit

Permalink
Merge pull request #97 from lightningames/v0.0.9-prerelease
Browse files Browse the repository at this point in the history
V0.0.9 prerelease
  • Loading branch information
bitkarrot authored Oct 14, 2024
2 parents 5e5d85c + d655ad7 commit 596dc20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you would like to contribute, please feel free to make a pull request.

## Library Installation

current release is 0.0.8, tested to LNBits 0.10.9
current release is 0.0.9, tested to LNBits 0.11.2

```
pip install pylnbits
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip install -e .
```

### Release Note
Current pylnbits release is **0.0.8**
Current pylnbits release is **0.0.9**

###### Resolved Bugs
- UnboundLocalError when config_file is None
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 = "pylnbits"
version = "0.0.8"
version = "0.0.9"
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.8"
VERSION = "0.0.9"

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

0 comments on commit 596dc20

Please sign in to comment.