Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Oct 7, 2024
1 parent 87dd13c commit 25463bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 25463bf

Please sign in to comment.