Skip to content

Commit aa12ea4

Browse files
committed
midas-suite: bump version to 0.2.0
1 parent 7b24f85 commit aa12ea4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/midas_suite/midas_suite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
"""
1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.2.0"
1919

2020
# The sub-packages this meta-package pulls in (in publish-order).
2121
# Kept in sync with pyproject.toml's ``dependencies`` list.

packages/midas_suite/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "midas-suite"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Meta-package: installs the MIDAS Python pipeline (FF/NF/PF HEDM, calibration, peakfit, integration, transforms, ODF, stress)."
99
readme = "README.md"
1010
license = { text = "BSD-3-Clause" }

0 commit comments

Comments
 (0)