android-notify 1.0__tar.gz → 1.1__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.0
3
+ Version: 1.1
4
4
  Summary: A Python package for sending Android notifications.
5
5
  Home-page: https://github.com/Fector101/android_notify/
6
6
  Author: Fabian
@@ -123,7 +123,7 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
123
123
 
124
124
  ## ☕ Support the Project
125
125
 
126
- If you find TurboTask helpful, consider buying me a coffee! Your support helps maintain and improve the project.
126
+ If you find this project helpful, consider buying me a coffee! Your support helps maintain and improve the project.
127
127
 
128
128
  <a href="https://www.buymeacoffee.com/fector101" target="_blank">
129
129
  <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60">
@@ -111,7 +111,7 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
111
111
 
112
112
  ## ☕ Support the Project
113
113
 
114
- If you find TurboTask helpful, consider buying me a coffee! Your support helps maintain and improve the project.
114
+ If you find this project helpful, consider buying me a coffee! Your support helps maintain and improve the project.
115
115
 
116
116
  <a href="https://www.buymeacoffee.com/fector101" target="_blank">
117
117
  <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: android-notify
3
- Version: 1.0
3
+ Version: 1.1
4
4
  Summary: A Python package for sending Android notifications.
5
5
  Home-page: https://github.com/Fector101/android_notify/
6
6
  Author: Fabian
@@ -123,7 +123,7 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
123
123
 
124
124
  ## ☕ Support the Project
125
125
 
126
- If you find TurboTask helpful, consider buying me a coffee! Your support helps maintain and improve the project.
126
+ If you find this project helpful, consider buying me a coffee! Your support helps maintain and improve the project.
127
127
 
128
128
  <a href="https://www.buymeacoffee.com/fector101" target="_blank">
129
129
  <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60">
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='android_notify',
5
- version='1.0',
5
+ version='1.01',
6
6
  author='Fabian',
7
7
  url='https://github.com/Fector101/android_notify/',
8
8
  description='A Python package for sending Android notifications.',
File without changes