Skip to content

Commit 0fb6193

Browse files
committed
Bump version to 0.9.4 for release
1 parent 2be406a commit 0fb6193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ skip-string-normalization = true
88

99
[tool.poetry]
1010
name = "scope-ml"
11-
version = "0.9.3"
11+
version = "0.9.4"
1212
description = "SCoPe: ZTF Source Classification Project"
1313
readme = "README.md"
1414
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."]

scope/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Below code adapted from https://github.com/skyportal/skyportal/blob/main/skyportal/__init__.py
66
# 2022-10-18
7-
__version__ = "0.9.3"
7+
__version__ = "0.9.4"
88

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

0 commit comments

Comments
 (0)