android-notify 1.24.3__tar.gz → 1.24.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of android-notify might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: android-notify
3
- Version: 1.24.3
3
+ Version: 1.24.4
4
4
  Summary: A Python package that simpilfies creating Android Post notifications using PyJNIus in Kivy apps.
5
5
  Home-page: https://github.com/fector101/android-notify
6
6
  Author: Fabian
@@ -268,8 +268,8 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
268
268
  ## Author
269
269
 
270
270
  - Fabian - <fector101@yahoo.com>
271
- - GitHub: <https://github.com/Fector101/android_notify>
272
- - Twitter: <https://x.com/CodewithFabian> -- 😊 I'm sure to answer
271
+ - GitHub: [Android Notify Repo](https://github.com/Fector101/android_notify)
272
+ - Twitter: [FabianDev_](https://twitter.com/intent/user?user_id=1246911115319263233) -- 😊 I'm sure to answer
273
273
 
274
274
  For feedback or contributions, feel free to reach out!
275
275
 
@@ -244,8 +244,8 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
244
244
  ## Author
245
245
 
246
246
  - Fabian - <fector101@yahoo.com>
247
- - GitHub: <https://github.com/Fector101/android_notify>
248
- - Twitter: <https://x.com/CodewithFabian> -- 😊 I'm sure to answer
247
+ - GitHub: [Android Notify Repo](https://github.com/Fector101/android_notify)
248
+ - Twitter: [FabianDev_](https://twitter.com/intent/user?user_id=1246911115319263233) -- 😊 I'm sure to answer
249
249
 
250
250
  For feedback or contributions, feel free to reach out!
251
251
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: android-notify
3
- Version: 1.24.3
3
+ Version: 1.24.4
4
4
  Summary: A Python package that simpilfies creating Android Post notifications using PyJNIus in Kivy apps.
5
5
  Home-page: https://github.com/fector101/android-notify
6
6
  Author: Fabian
@@ -268,8 +268,8 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
268
268
  ## Author
269
269
 
270
270
  - Fabian - <fector101@yahoo.com>
271
- - GitHub: <https://github.com/Fector101/android_notify>
272
- - Twitter: <https://x.com/CodewithFabian> -- 😊 I'm sure to answer
271
+ - GitHub: [Android Notify Repo](https://github.com/Fector101/android_notify)
272
+ - Twitter: [FabianDev_](https://twitter.com/intent/user?user_id=1246911115319263233) -- 😊 I'm sure to answer
273
273
 
274
274
  For feedback or contributions, feel free to reach out!
275
275
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="android-notify",
5
- version="1.24.3",
5
+ version="1.24.4",
6
6
  author="Fabian",
7
7
  author_email='fector101@yahoo.com',
8
8
  description="A Python package that simpilfies creating Android Post notifications using PyJNIus in Kivy apps.",