Skip to content

Commit 810327f

Browse files
committed
Version bump.
1 parent 7d6f87d commit 810327f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ 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-
### [Unreleased]
175+
### [0.4.0] - 2024-08-12
176176
#### Added
177177
- Indexing of matrix-valued `Quantity` instances.
178178
- Absolute for `Quantity` instance.

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.3.0', default_options : ['optimization=3'])
2+
version : '0.4.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.3.0"
7+
version = "0.4.0"
88
authors = [
99
{name = "Malte J. Ziebarth", email = "mjz.science@fmvkb.de"},
1010
]

0 commit comments

Comments
 (0)