Skip to content

Commit ff463dd

Browse files
committed
#1.59.1 urgent no callback fix for permission ask
1 parent ab1cd5a commit ff463dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="android-notify",
9-
version="1.59",
9+
version="1.59.1",
1010
author="Fabian",
1111
author_email='fector101@yahoo.com',
1212
description="A Python package that simplifies creating Android notifications in Kivy apps.",
@@ -44,7 +44,7 @@
4444
],
4545
project_urls={
4646
# "Documentation": "https://github.com/fector101/android-notify/wiki",
47-
"Documentation": "https://android-notify.vercel.app/getting-started",
47+
"Documentation": "https://android-notify.vercel.app/",
4848
"Source": "https://github.com/fector101/android-notify",
4949
"Tracker": "https://github.com/fector101/android-notify/issues",
5050
"Funding": "https://www.buymeacoffee.com/fector101"

0 commit comments

Comments
 (0)