Skip to content

Commit 25463bf

Browse files
author
finlayclark
committed
Bump version number
1 parent 87dd13c commit 25463bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## [0.1.1] - 2024-09-29
3+
## [0.1.1] - 2024-10-07
44

55
### Fixed
66

7-
- Ensure that equilibration detection functions return integer indices when times are not provided.
7+
- Ensure that equilibration detection functions always return integer indices when times are not provided.
88

99
## [0.1.0] - 2024-09-23
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
124124
method = "git" # <- The method name
125125
# Parameters to pass to the method:
126126
match = ["*"]
127-
default-tag = "0.1.0"
127+
default-tag = "0.1.1"
128128

129129
[tool.versioningit.write]
130130
file = "red/_version.py"

0 commit comments

Comments
 (0)