Skip to content

Commit b6457bf

Browse files
committed
Version bump.
1 parent 66a8846 commit b6457bf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ This software is licensed under the European Public License (EUPL) version 1.2 o
172172
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
173173
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
174174

175+
### [0.6.0] - 2025-06-18
176+
#### Added
177+
- Add `zeros` factory function for `Quantity` (Cython only)
178+
175179
### [0.5.0] - 2024-09-22
176180
#### Added
177181
- Support for `dtype` and `copy` parameters in `Quantity._array`.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('cyantities', 'cpp', 'cython',
2-
version : '0.5.0', default_options : ['optimization=3'])
2+
version : '0.6.0', default_options : ['optimization=3'])
33

44

55
#

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Cyantities"
7-
version = "0.5.0"
7+
version = "0.6.0"
88
authors = [
99
{name = "Malte J. Ziebarth", email = "mjz.science@fmvkb.de"},
1010
]

0 commit comments

Comments
 (0)