Skip to content

Commit 1ceffc6

Browse files
Merge pull request #8 from StructuralPython/releases/v0.4.5
bump version of xl_engine to 0.2.0
2 parents b5f5398 + c992b59 commit 1ceffc6

File tree

3 files changed

+18
-911
lines changed

3 files changed

+18
-911
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"jsonchain>=0.1.0",
4545
"papermill>=2.6.0",
4646
"great-tables>=0.17.0",
47-
"xl-engine>=0.1.1",
47+
"xl-engine>=0.2.0",
4848
]
4949

5050
[project.urls]

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.4"
5+
__version__ = "0.4.5"

0 commit comments

Comments
 (0)