We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a50a9c commit 9fbd104Copy full SHA for 9fbd104
LoopProjectFile/Version.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.26"
+__version__ = "0.1.0"
2
3
4
# Current Loop Project File Version
LoopProjectFile/__init__.py
@@ -42,6 +42,6 @@
42
ElementToDataframe,
43
ElementFromDataframe,
44
) # noqa : F401
45
-# from .Version import LoopVersion # noqa : F401
+from .Version import LoopVersion # noqa : F401
46
from .Version import __version__
47
from .projectfile import ProjectFile # noqa : F401
0 commit comments