Skip to content

Commit 9094181

Browse files
Merge pull request #9 from StructuralPython/releases/v0.4.6
bump jsonchain version
2 parents 1ceffc6 + 6245d4a commit 9094181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"pynite-tools>=0.6.4",
4242
"sectionproperties-tools>=0.2.0",
4343
"millrun>=0.3.0",
44-
"jsonchain>=0.1.0",
44+
"jsonchain>=0.4.3",
4545
"papermill>=2.6.0",
4646
"great-tables>=0.17.0",
4747
"xl-engine>=0.2.0",

structural_starterkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
A module to designed to perform package installations, and verification of install,
33
for students enrolled in Structural Python courses.
44
"""
5-
__version__ = "0.4.5"
5+
__version__ = "0.4.6"

0 commit comments

Comments
 (0)