diff --git a/pyproject.toml b/pyproject.toml index c606e3e..454698d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ skip-string-normalization = true [tool.poetry] name = "scope-ml" -version = "0.9.4" +version = "0.9.5" 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 6614466..2aa6e54 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.4" +__version__ = "0.9.5" if "dev" in __version__: # Append last commit date and hash to dev version information, if available