Skip to content

Commit 00b3eff

Browse files
committed
bump: 0.5.1a3 → 0.5.1a4 [skip ci]
1 parent ec4d0a6 commit 00b3eff

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cipher-parse==0.5.1a3
1+
cipher-parse==0.5.1a4

CHANGELOG-dev.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
<a name="v0.5.1a4"></a>
3+
## [v0.5.1a4](https://github.com/LightForm-group/cipher-parse/compare/v0.5.1a3...v0.5.1a4) - 2024.01.08
4+
5+
### 🐛 Bug Fixes
6+
7+
* more reasonable time in notebook examples
8+
9+
210
<a name="v0.5.1a3"></a>
311
## [v0.5.1a3](https://github.com/LightForm-group/cipher-parse/compare/v0.5.1a2...v0.5.1a3) - 2024.01.08
412

cipher_parse/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1a3"
1+
__version__ = "0.5.1a4"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cipher-parse"
3-
version = "0.5.1a3"
3+
version = "0.5.1a4"
44
description = "Pre- and post-processing for the phase-field code CIPHER."
55
authors = ["aplowman <[email protected]>"]
66
license = "MIT"
@@ -50,7 +50,7 @@ notebook = ["notebook"]
5050

5151
[tool.commitizen]
5252
name = "cz_conventional_commits"
53-
version = "0.5.1a3"
53+
version = "0.5.1a4"
5454
tag_format = "v$version"
5555
version_files = [
5656
"pyproject.toml:version",

0 commit comments

Comments
 (0)