Skip to content

Commit

Permalink
Version bump: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjziebarth committed Sep 22, 2024
1 parent 75bf451 commit da15dc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ This software is licensed under the European Public License (EUPL) version 1.2 o
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [Unreleased]
### [0.5.0] - 2024-09-22
#### Added
- Support for `dtype` and `copy` parameters in `Quantity._array`.
- Added typing stubs for `Unit` and `Quantity`.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cyantities', 'cpp', 'cython',
version : '0.4.0', default_options : ['optimization=3'])
version : '0.5.0', default_options : ['optimization=3'])


#
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "Cyantities"
version = "0.4.0"
version = "0.5.0"
authors = [
{name = "Malte J. Ziebarth", email = "[email protected]"},
]
Expand Down

0 comments on commit da15dc4

Please sign in to comment.