Skip to content

Commit

Permalink
Bump version to 0.9.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Apr 9, 2024
1 parent 5de5f10 commit c0265a4
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.2"
version = "0.9.3"
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.2"
__version__ = "0.9.3"

if "dev" in __version__:
# Append last commit date and hash to dev version information, if available
Expand Down

0 comments on commit c0265a4

Please sign in to comment.