patchpyro 2.0.4__tar.gz → 2.0.5__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.
- {patchpyro-2.0.4/patchpyro.egg-info → patchpyro-2.0.5}/PKG-INFO +1 -1
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro/__init__.py +3 -2
- {patchpyro-2.0.4 → patchpyro-2.0.5/patchpyro.egg-info}/PKG-INFO +1 -1
- {patchpyro-2.0.4 → patchpyro-2.0.5}/COPYING +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/COPYING.lesser +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/NOTICE +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/README.md +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro/listen/__init__.py +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro/listen/listen.py +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro/utils/__init__.py +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro/utils/utils.py +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro.egg-info/SOURCES.txt +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro.egg-info/dependency_links.txt +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro.egg-info/requires.txt +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/patchpyro.egg-info/top_level.txt +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/setup.cfg +0 -0
- {patchpyro-2.0.4 → patchpyro-2.0.5}/setup.py +0 -0
|
@@ -19,9 +19,10 @@ along with patchpyro. If not, see <https://www.gnu.org/licenses/>.
|
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
__version__ = "2.0.
|
|
22
|
+
__version__ = "2.0.5"
|
|
23
23
|
# change in setup.py aswell
|
|
24
24
|
|
|
25
25
|
def thank():
|
|
26
26
|
"A dummy function to prevent patchpyro from being removed by formatters and linters. It does nothing, just prints a message to the console to indicate that patchpyro is not an unused import."
|
|
27
|
-
print("Thank you for using patchpyro! If you see this message. author: a.devh.in, version: " + __version__)
|
|
27
|
+
# print("Thank you for using patchpyro! If you see this message. author: a.devh.in, version: " + __version__)
|
|
28
|
+
print("PatchPyro " + __version__ + " is imported! Thank you for using it! Author: a.devh.in")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|