Skip to content

Commit

Permalink
Update setup.py version dependencies to use version_base for NM repos
Browse files Browse the repository at this point in the history
  • Loading branch information
markurtz committed May 25, 2021
1 parent 3edd4a8 commit a6eda4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# default variables to be overwritten by the version.py file
is_release = None
version = "unknown"
version_major_minor = version
version_base = version

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

0 comments on commit a6eda4d

Please sign in to comment.