Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.9.1.2 #126

Merged
merged 10 commits into from
Dec 12, 2024
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Notable changes to Sparkle will be documented in this file.

## [0.9.1.1] - 2025/12/12
## [0.9.1.2] - 2025/12/12

Patchfix

Expand Down
1 change: 1 addition & 0 deletions sparkle/CLI/core/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Init of CLI core module."""
2 changes: 1 addition & 1 deletion sparkle/about.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Helper module for information about Sparkle."""

name = "Sparkle"
version = "0.9.1.1"
version = "0.9.1.2"
description = "Platform for evaluating empirical algorithms/solvers"
licence = "MIT"
authors = ["Koen van der Blom",
Expand Down
Loading