Skip to content

Commit 596dc20

Browse files
authored
Merge pull request #97 from lightningames/v0.0.9-prerelease
V0.0.9 prerelease
2 parents 5e5d85c + d655ad7 commit 596dc20

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you would like to contribute, please feel free to make a pull request.
7373

7474
## Library Installation
7575

76-
current release is 0.0.8, tested to LNBits 0.10.9
76+
current release is 0.0.9, tested to LNBits 0.11.2
7777

7878
```
7979
pip install pylnbits

docs/how-to-guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install -e .
2626
```
2727

2828
### Release Note
29-
Current pylnbits release is **0.0.8**
29+
Current pylnbits release is **0.0.9**
3030

3131
###### Resolved Bugs
3232
- UnboundLocalError when config_file is None

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pylnbits"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Python library for LNBits."
55
authors = ["bitkarrot <info@bitkarrot.co>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if __name__ == "__main__":
55
# setuptools.setup()
6-
VERSION = "0.0.8"
6+
VERSION = "0.0.9"
77

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

0 commit comments

Comments
 (0)