Skip to content

Commit

Permalink
Update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Jan 30, 2024
1 parent d88cc51 commit d6e5004
Show file tree
Hide file tree
Showing 3 changed files with 1,046 additions and 425 deletions.
3 changes: 3 additions & 0 deletions pshmem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@

from .shmem import MPIShared
from .locking import MPILock

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

0 comments on commit d6e5004

Please sign in to comment.