From f9b6bb153ba5acc2853723c8426c4afd93ffafd4 Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Tue, 12 Nov 2024 09:33:29 +0100 Subject: [PATCH] maint: prepare v0.17.1 --- Cargo.toml | 2 +- codemeta.json | 4 ++-- python/mocpy/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 84fa9c1..4581749 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "MOCPy" -version = "0.17.0" +version = "0.17.1" authors = [ "Matthieu Baumann ", "Thomas Boch ", diff --git a/codemeta.json b/codemeta.json index 6532c3e..2d76fea 100644 --- a/codemeta.json +++ b/codemeta.json @@ -9,8 +9,8 @@ "dateModified": "2023-12-04", "issueTracker": "https://github.com/cds-astro/mocpy/issues", "name": "MOCpy", - "version": "0.17.0", - "softwareVersion": "0.17.0", + "version": "0.17.1", + "softwareVersion": "0.17.1", "description": "Python library to easily create and manipulate MOCs (Multi-Order Coverage maps)", "applicationCategory": ["Astronomy", "Science"], "funding": "ESCAPE 824064, ASTERICS 653477", diff --git a/python/mocpy/version.py b/python/mocpy/version.py index fd86b3e..c6eae9f 100644 --- a/python/mocpy/version.py +++ b/python/mocpy/version.py @@ -1 +1 @@ -__version__ = "0.17.0" +__version__ = "0.17.1"