Skip to content

Commit d0ab099

Browse files
committed
bump: 0.6.0a0 → 0.6.0a1 [skip ci]
1 parent 99ebac4 commit d0ab099

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.6.0a0
1+
cipher-parse==0.6.0a1

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.6.0a1"></a>
3+
## [v0.6.0a1](https://github.com/LightForm-group/cipher-parse/compare/v0.6.0a0...v0.6.0a1) - 2024.03.28
4+
5+
### 🐛 Bug Fixes
6+
7+
* use pyvista to resample VTU files onto a grid
8+
9+
210
<a name="v0.6.0a0"></a>
311
## [v0.6.0a0](https://github.com/LightForm-group/cipher-parse/compare/v0.5.1a4...v0.6.0a0) - 2024.03.28
412

cipher_parse/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0a0"
1+
__version__ = "0.6.0a1"

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.6.0a0"
3+
version = "0.6.0a1"
44
description = "Pre- and post-processing for the phase-field code CIPHER."
55
authors = ["aplowman <[email protected]>"]
66
license = "MIT"
@@ -51,7 +51,7 @@ notebook = ["notebook"]
5151

5252
[tool.commitizen]
5353
name = "cz_conventional_commits"
54-
version = "0.6.0a0"
54+
version = "0.6.0a1"
5555
tag_format = "v$version"
5656
version_files = [
5757
"pyproject.toml:version",

0 commit comments

Comments
 (0)