brumpy 0.1.1__tar.gz → 0.1.2__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: brumpy
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Simple Python tools
5
5
  Author: fkl69_lolzers68
6
6
  Classifier: Programming Language :: Python :: 3
@@ -2,7 +2,7 @@
2
2
  import os
3
3
  from os.path import exists
4
4
  from urllib.request import urlopen
5
- path = "https://raw.githubusercontent.com/victorialadica1978-eng/larpy/main/"
5
+ path = "https://raw.githubusercontent.com/victorialadica1978-eng/brumpy/main/"
6
6
  def download(filename, showurl=False):
7
7
  if os.path.exists(filename):
8
8
  print(f"{filename} Installed already")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: brumpy
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Simple Python tools
5
5
  Author: fkl69_lolzers68
6
6
  Classifier: Programming Language :: Python :: 3
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "brumpy"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  authors = [{ name = "fkl69_lolzers68" }]
9
9
  description = "Simple Python tools"
10
10
  requires-python = ">=3.8"
File without changes