fgex 3.4.8__tar.gz → 3.4.9__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: fgex
3
- Version: 3.4.8
3
+ Version: 3.4.9
4
4
  Summary: Firegex client
5
5
  Home-page: https://github.com/pwnzer0tt1/firegex
6
6
  Author: Pwnzer0tt1
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
10
10
  Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
- Requires-Dist: firegex==3.4.8
13
+ Requires-Dist: firegex==3.4.9
14
14
  Dynamic: author
15
15
  Dynamic: author-email
16
16
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fgex
3
- Version: 3.4.8
3
+ Version: 3.4.9
4
4
  Summary: Firegex client
5
5
  Home-page: https://github.com/pwnzer0tt1/firegex
6
6
  Author: Pwnzer0tt1
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
10
10
  Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
- Requires-Dist: firegex==3.4.8
13
+ Requires-Dist: firegex==3.4.9
14
14
  Dynamic: author
15
15
  Dynamic: author-email
16
16
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ firegex==3.4.9
@@ -5,11 +5,11 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="fgex",
8
- version="3.4.8",
8
+ version="3.4.9",
9
9
  author="Pwnzer0tt1",
10
10
  author_email="pwnzer0tt1@poliba.it",
11
11
  py_modules=["fgex"],
12
- install_requires=["firegex==3.4.8"],
12
+ install_requires=["firegex==3.4.9"],
13
13
  include_package_data=True,
14
14
  description="Firegex client",
15
15
  long_description=long_description,
@@ -1 +0,0 @@
1
- firegex==3.4.8
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes