Skip to content

Commit 3942870

Browse files
committed
Bump version
1 parent 50792f2 commit 3942870

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pfse_starterkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
in preparation for the StructuralPython "Python for Structural Engineers" ("PfSE")
44
course.
55
"""
6-
__version__ = "0.3.0"
6+
__version__ = "0.4.0"

pfse_starterkit/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
in preparation for the StructuralPython "Python for Structural Engineers" ("pfse")
44
course.
55
"""
6-
__version__ = "0.0.1"
76

87
import importlib.util
98
import importlib

0 commit comments

Comments
 (0)