diff --git a/docs/changelog.md b/docs/changelog.md index d29ad5e..07b9ae4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,10 +1,10 @@ # Changelog -## [0.1.1] - 2024-09-29 +## [0.1.1] - 2024-10-07 ### Fixed -- Ensure that equilibration detection functions return integer indices when times are not provided. +- Ensure that equilibration detection functions always return integer indices when times are not provided. ## [0.1.0] - 2024-09-23 diff --git a/pyproject.toml b/pyproject.toml index bfe5cf5..c073b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty" method = "git" # <- The method name # Parameters to pass to the method: match = ["*"] -default-tag = "0.1.0" +default-tag = "0.1.1" [tool.versioningit.write] file = "red/_version.py"