File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 0.2.1
4+ current_version = 0.2.2
55
66[bumpversion:file:pyproject.toml]
77search = version = " {current_version}"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ authors:
1717identifiers :
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 .
2222repository-code : ' https://github.com/rserial/spinsolveproc'
2323abstract : Python library to process Spinsolve NMR experiments.
2424keywords :
2525 - spinsolveproc
2626license : MIT
27- version : 0.2.1
27+ version : 0.2.2
Original file line number Diff line number Diff line change 11[project ]
22name = " spinsolveproc"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " Python library to process Spinsolve NMR experiments."
55authors = [
66 {name = " Raquel Serial" , email = " raquelserial@gmail.com>" },
Original file line number Diff line number Diff line change 22
33__author__ = """Raquel Serial"""
44__email__ = "raquel.serial@tuhh.de"
5- __version__ = "0.2.1 "
5+ __version__ = "0.2.2 "
You can’t perform that action at this time.
0 commit comments