Skip to content

Commit 4c0a01d

Browse files
authored
Merge pull request #22 from CINPLA/version_fix
Fix __version__
2 parents 3227e1c + b0121e4 commit 4c0a01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyopenephys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .core import File
22

3-
__version__ = "1.0.7"
3+
from .version import version as __version__

0 commit comments

Comments
 (0)