Skip to content

Commit

Permalink
bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Dec 2, 2021
1 parent 2af1a2e commit c304ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nuztf/base_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def parse_candidates(self):
old_flag = ""

second_det = [x for x in jds if x > min(jds) + 0.01]

if len(second_det) > 0:
if Time.now().jd - second_det[0] > 1.0:
old_flag = "(MORE THAN ONE DAY SINCE SECOND DETECTION)"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="nuztf",
version="2.3.0",
version="2.4.0",
author="Robert Stein, Simeon Reusch, Jannis Necker",
author_email="[email protected], [email protected], [email protected]",
description="Package for multi-messenger correlation searches with ZTF",
Expand Down

0 comments on commit c304ad6

Please sign in to comment.