Skip to content

Commit

Permalink
update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Jul 16, 2024
1 parent 75c6823 commit ccbb15b
Show file tree
Hide file tree
Showing 5 changed files with 1,050 additions and 439 deletions.
6 changes: 3 additions & 3 deletions pynvml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .nvml import *

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit ccbb15b

Please sign in to comment.