Skip to content

Commit

Permalink
Bump version to 0.9.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Mar 27, 2024
1 parent 46e9c0f commit c76b2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."]
Expand Down
2 changes: 1 addition & 1 deletion scope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c76b2b9

Please sign in to comment.