We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1cd5a commit ff463ddCopy full SHA for ff463dd
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="android-notify",
9
- version="1.59",
+ version="1.59.1",
10
author="Fabian",
11
author_email='fector101@yahoo.com',
12
description="A Python package that simplifies creating Android notifications in Kivy apps.",
@@ -44,7 +44,7 @@
44
],
45
project_urls={
46
# "Documentation": "https://github.com/fector101/android-notify/wiki",
47
- "Documentation": "https://android-notify.vercel.app/getting-started",
+ "Documentation": "https://android-notify.vercel.app/",
48
"Source": "https://github.com/fector101/android-notify",
49
"Tracker": "https://github.com/fector101/android-notify/issues",
50
"Funding": "https://www.buymeacoffee.com/fector101"
0 commit comments