Skip to content

Commit 9fbd104

Browse files
fix: Add LoopVersion function back and version bump
1 parent 2a50a9c commit 9fbd104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LoopProjectFile/Version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.26"
1+
__version__ = "0.1.0"
22

33

44
# Current Loop Project File Version

LoopProjectFile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
ElementToDataframe,
4343
ElementFromDataframe,
4444
) # noqa : F401
45-
# from .Version import LoopVersion # noqa : F401
45+
from .Version import LoopVersion # noqa : F401
4646
from .Version import __version__
4747
from .projectfile import ProjectFile # noqa : F401

0 commit comments

Comments
 (0)