Skip to content

Commit eab8f3f

Browse files
committed
Bump version to 0.3.0
1 parent ae1ac5b commit eab8f3f

File tree

3 files changed

+382
-381
lines changed

3 files changed

+382
-381
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2"
7+
version = "0.3.0"
88
description = "sober optimises built environment robustly"
99
authors = [{ name = "Cheng Cui", email = "cheng.cui.95@gmail.com" }]
1010
license = { text = "MIT" }

sober/__init__.py

Lines changed: 1 addition & 1 deletion
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.2"
17+
__version__ = "0.3.0"
1818

1919
__all__ = (
2020
"CategoricalModifier",

0 commit comments

Comments
 (0)