Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit a6eda4d

Browse files
committed
Update setup.py version dependencies to use version_base for NM repos
1 parent 3edd4a8 commit a6eda4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# default variables to be overwritten by the version.py file
3131
is_release = None
3232
version = "unknown"
33-
version_major_minor = version
33+
version_base = version
3434

3535
# load and overwrite version and release info from sparseml package
3636
exec(open(os.path.join("src", "sparsezoo", "version.py")).read())

0 commit comments

Comments
 (0)