We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c9439 commit 013934bCopy full SHA for 013934b
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.0.1] - 2024-12-12
9
+### Fixed
10
+- Update README
11
+
12
## [1.0.0] - 2024-12-12
13
### Changed
14
- Adapted to 2024's 38c3 congress
pyproject.toml
@@ -5,7 +5,7 @@ homepage = "https://github.com/top-on/optimal-congress"
name = "optimal-congress"
packages = [{include = "optimal_congress"}]
readme = "README.md"
-version = "1.0.0"
+version = "1.0.1"
[tool.poetry.dependencies]
pandas = "^2.2.3"
0 commit comments