From 9229c20f74cec465d3fbd1e977c2d5437104f969 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Thu, 19 Oct 2023 11:00:02 +0200 Subject: [PATCH] Bump to 5.0.0 --- fink_science/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fink_science/__init__.py b/fink_science/__init__.py index dd98dce4..7b57c0ad 100644 --- a/fink_science/__init__.py +++ b/fink_science/__init__.py @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "4.10.0" +__version__ = "5.0.0"