Skip to content

Commit ab5201d

Browse files
committed
Bump version to 0.2.2
1 parent 01aaafa commit ab5201d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sober"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "sober optimises built environment robustly"
99
authors = [{ name = "Cheng Cui", email = "[email protected]" }]
1010
license = { text = "MIT" }

Diff for: sober/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from sober.output import RVICollector, ScriptCollector
1515
from sober.problem import Problem
1616

17-
__version__ = "0.2.1"
17+
__version__ = "0.2.2"
1818

1919
__all__ = (
2020
"CategoricalModifier",

0 commit comments

Comments
 (0)