Skip to content

Commit d623cde

Browse files
author
Raquel
committed
Bump version: 0.2.1 → 0.2.2
1 parent ed2f093 commit d623cde

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.2.1
4+
current_version = 0.2.2
55

66
[bumpversion:file:pyproject.toml]
77
search = version = "{current_version}"

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88
## [Unreleased]
9+
10+
## [0.2.2] - 2025-09-08
911
### Changed
1012
- poetry v2 support.
1113

@@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3335
### Added
3436
- First release on PyPI.
3537

36-
[Unreleased]: https://github.com/rserial/spinsolveproc/compare/v0.2.1...HEAD
38+
[Unreleased]: https://github.com/rserial/spinsolveproc/compare/v0.2.2...HEAD
39+
[0.2.2]: https://github.com/rserial/spinsolveproc/compare/v0.2.1...v0.2.2
3740
[0.2.1]: https://github.com/rserial/spinsolveproc/compare/v0.2.0...v0.2.1
3841
[0.2.0]: https://github.com/rserial/spinsolveproc/compare/v0.1.0...v0.2.0
3942
[0.1.0]: https://github.com/rserial/spinsolveproc/compare/releases/tag/v0.1.0

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ authors:
1717
identifiers:
1818
- type: url
1919
value: >-
20-
https://github.com/rserial/spinsolveproc/releases/tag/v0.2.1
21-
description: The Software Heritage link for version 0.2.1.
20+
https://github.com/rserial/spinsolveproc/releases/tag/v0.2.2
21+
description: The Software Heritage link for version 0.2.2.
2222
repository-code: 'https://github.com/rserial/spinsolveproc'
2323
abstract: Python library to process Spinsolve NMR experiments.
2424
keywords:
2525
- spinsolveproc
2626
license: MIT
27-
version: 0.2.1
27+
version: 0.2.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spinsolveproc"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Python library to process Spinsolve NMR experiments."
55
authors = [
66
{name = "Raquel Serial", email = "raquelserial@gmail.com>"},

src/spinsolveproc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Raquel Serial"""
44
__email__ = "raquel.serial@tuhh.de"
5-
__version__ = "0.2.1"
5+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)