Skip to content

Commit

Permalink
prep for 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andycasey committed Feb 2, 2024
1 parent 2f0f3b2 commit 3e1f59c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notebooks/20231011_sdss5_targeting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You will need the `sdss_semaphore` package (version ``0.2.4``) to easily interpret the SDSS flags. You can install it with:\n",
"You will need the `sdss_semaphore` package (version ``0.2.5``) to easily interpret the SDSS flags. You can install it with:\n",
"\n",
"```pip install sdss-semaphore==0.2.4```\n"
"```pip install sdss-semaphore==0.2.5```\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/sdss_semaphore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.4"
__version__ = "0.2.5"

import numpy as np
import warnings
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sdss_semaphore
version = 0.2.4
version = 0.2.5
author = Andy Casey
author_email = [email protected]
description = Fun with SDSS flags
Expand Down

0 comments on commit 3e1f59c

Please sign in to comment.