From c76b2b9231b5a5d33caeb8b4f904831093dc522b Mon Sep 17 00:00:00 2001 From: Brian Healy Date: Wed, 27 Mar 2024 14:23:57 -0500 Subject: [PATCH] Bump version to 0.9.1 for release --- pyproject.toml | 2 +- scope/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf9df9f..bc4a30b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ skip-string-normalization = true [tool.poetry] name = "scope-ml" -version = "0.9.0" +version = "0.9.1" description = "SCoPe: ZTF Source Classification Project" readme = "README.md" authors = ["Brian F. Healy, Michael W. Coughlin, Ashish A. Mahabal, Theophile J. du Laz, Andrew Drake, Matthew J. Graham, Lynne A. Hillenbrand, Jan van Roestel, Paula Szkody et al."] diff --git a/scope/__init__.py b/scope/__init__.py index 8956345..f9f4981 100644 --- a/scope/__init__.py +++ b/scope/__init__.py @@ -4,7 +4,7 @@ # Below code adapted from https://github.com/skyportal/skyportal/blob/main/skyportal/__init__.py # 2022-10-18 -__version__ = "0.9.0" +__version__ = "0.9.1" if "dev" in __version__: # Append last commit date and hash to dev version information, if available