Skip to content

Commit

Permalink
fix: Add LoopVersion function back and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Apr 11, 2024
1 parent 2a50a9c commit 9fbd104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LoopProjectFile/Version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.26"
__version__ = "0.1.0"


# Current Loop Project File Version
Expand Down
2 changes: 1 addition & 1 deletion LoopProjectFile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
ElementToDataframe,
ElementFromDataframe,
) # noqa : F401
# from .Version import LoopVersion # noqa : F401
from .Version import LoopVersion # noqa : F401
from .Version import __version__
from .projectfile import ProjectFile # noqa : F401

0 comments on commit 9fbd104

Please sign in to comment.