Skip to content

Commit 593f427

Browse files
authored
tiny version bump (#665)
* Update _version.py * Update pyproject.toml add @TomWagg as dev * Update meson.build bump version
1 parent e777cea commit 593f427

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('cosmic',
22
'c',
33
'fortran',
4-
version : '3.4.13',
4+
version : '3.4.14',
55
default_options: ['warning_level=0', 'optimization=3'],
66
)
77

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
{ name="Scott Coughlin" },
88
{ name="Michael Zevin" },
99
{ name="Carl L. Rodriguez" },
10+
{ name="Tom Wagg" },
1011
]
1112
readme = "README.md"
1213

src/cosmic/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.4.13"
1+
__version__ = "3.4.14"

0 commit comments

Comments
 (0)