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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: patchpyro
3
- Version: 2.0.4
3
+ Version: 2.0.5
4
4
  Summary: A modified pyromod by a.devh.in
5
5
  Home-page: https://github.com/adityaprasad502/patchpyro
6
6
  Author: Cezar H. & adityaprasad502
@@ -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.4"
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")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: patchpyro
3
- Version: 2.0.4
3
+ Version: 2.0.5
4
4
  Summary: A modified pyromod by a.devh.in
5
5
  Home-page: https://github.com/adityaprasad502/patchpyro
6
6
  Author: Cezar H. & adityaprasad502
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes