We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1ac5b commit eab8f3fCopy full SHA for eab8f3f
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "sober"
7
-version = "0.2.2"
+version = "0.3.0"
8
description = "sober optimises built environment robustly"
9
authors = [{ name = "Cheng Cui", email = "cheng.cui.95@gmail.com" }]
10
license = { text = "MIT" }
sober/__init__.py
@@ -14,7 +14,7 @@
14
from sober.output import RVICollector, ScriptCollector
15
from sober.problem import Problem
16
17
-__version__ = "0.2.2"
+__version__ = "0.3.0"
18
19
__all__ = (
20
"CategoricalModifier",
0 commit comments