From 3e1f59c8cfb9e2cb55a270d6c8da65a87a343879 Mon Sep 17 00:00:00 2001 From: Andy Casey Date: Fri, 2 Feb 2024 12:02:50 +1100 Subject: [PATCH] prep for 0.2.5 --- notebooks/20231011_sdss5_targeting.ipynb | 4 ++-- python/sdss_semaphore/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/notebooks/20231011_sdss5_targeting.ipynb b/notebooks/20231011_sdss5_targeting.ipynb index ace415a..643d1de 100644 --- a/notebooks/20231011_sdss5_targeting.ipynb +++ b/notebooks/20231011_sdss5_targeting.ipynb @@ -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" ] }, { diff --git a/python/sdss_semaphore/__init__.py b/python/sdss_semaphore/__init__.py index 45253d2..9b92a0c 100644 --- a/python/sdss_semaphore/__init__.py +++ b/python/sdss_semaphore/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" import numpy as np import warnings diff --git a/setup.cfg b/setup.cfg index 1111f73..88af203 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sdss_semaphore -version = 0.2.4 +version = 0.2.5 author = Andy Casey author_email = andrew.casey@monash.edu description = Fun with SDSS flags