homa 2.3__tar.gz → 3__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 homa might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homa
3
- Version: 2.3
3
+ Version: 3
4
4
  Maintainer: Taha Shieenavaz
5
5
  Maintainer-email: tahashieenavaz@gmail.com
6
6
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homa
3
- Version: 2.3
3
+ Version: 3
4
4
  Maintainer: Taha Shieenavaz
5
5
  Maintainer-email: tahashieenavaz@gmail.com
6
6
  Description-Content-Type: text/markdown
@@ -1,22 +1,14 @@
1
1
  from setuptools import setup
2
2
  from setuptools import find_packages
3
- from sys import argv
4
3
 
5
4
  with open("README.md") as fh:
6
5
  description = fh.read()
7
6
 
8
- with open("version.txt", "r") as fh:
9
- current_version = float(fh.readline())
10
-
11
- with open("version.txt", "w") as fh:
12
- next_version = round(current_version + 0.01, 2)
13
- fh.write(str(next_version))
14
-
15
7
  setup(
16
8
  name="homa",
17
9
  maintainer="Taha Shieenavaz",
18
10
  maintainer_email="tahashieenavaz@gmail.com",
19
- version=next_version,
11
+ version=3,
20
12
  packages=find_packages(),
21
13
  install_requires=["torchvision", "torch"],
22
14
  long_description=description,
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