Skip to content

Commit f9b6bb1

Browse files
committed
maint: prepare v0.17.1
1 parent c487b90 commit f9b6bb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "MOCPy"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
authors = [
55
"Matthieu Baumann <[email protected]>",
66
"Thomas Boch <[email protected]>",

codemeta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dateModified": "2023-12-04",
1010
"issueTracker": "https://github.com/cds-astro/mocpy/issues",
1111
"name": "MOCpy",
12-
"version": "0.17.0",
13-
"softwareVersion": "0.17.0",
12+
"version": "0.17.1",
13+
"softwareVersion": "0.17.1",
1414
"description": "Python library to easily create and manipulate MOCs (Multi-Order Coverage maps)",
1515
"applicationCategory": ["Astronomy", "Science"],
1616
"funding": "ESCAPE 824064, ASTERICS 653477",

python/mocpy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.0"
1+
__version__ = "0.17.1"

0 commit comments

Comments
 (0)