Skip to content

Commit 9b1e7e1

Browse files
committed
Missing version strings.
1 parent c6f253f commit 9b1e7e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)