Skip to content

Commit 8bfc598

Browse files
committed
Add hard-coded version specifier to init file of photonai
1 parent babf490 commit 8bfc598

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

photonai/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323

2424
from . import configuration
2525
from .configuration.Register import PhotonRegister
26-
from ..setup import __version__
26+
27+
28+
__version__ = '0.4.0'
2729

2830

2931

0 commit comments

Comments
 (0)