diff --git a/pyproject.toml b/pyproject.toml index b32da8f..8f973eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ztfquery" -version = "1.27.0" +version = "1.27.1" description = "Python package to access ZTF data" authors = ["Mickael Rigault ", "Simeon Reusch "] maintainers = ["Mickael Rigault ", "Simeon Reusch "] @@ -17,19 +17,19 @@ keywords = ["astrophysics", "science", "astronomy", "ZTF", "IPAC"] [tool.poetry.dependencies] python = ">=3.8" -pandas = ">=1.5.3" -numpy = ">=1.24.2" -astropy = ">=5.2.1" -matplotlib = ">=3.7.0" -requests = ">=2.28.2" +pandas = ">=1.7" +numpy = ">=1.24" +astropy = ">=5.2" +matplotlib = ">=3.7" +requests = ">=2.28" [tool.poetry.group.dev.dependencies] -pytest = ">=7.2.1" -coveralls = ">=3.3.1" -cryptography = ">=39.0.1" -dask = ">=2023.3.0" -shapely = ">=2.0.1" +pytest = ">=7.2" +coveralls = ">=3.3" +cryptography = ">=39.0" +dask = ">=2023.3" +shapely = ">=2.0" [tool.poetry.extras] diff --git a/ztfquery/__init__.py b/ztfquery/__init__.py index 6fb3024..aeef7b4 100755 --- a/ztfquery/__init__.py +++ b/ztfquery/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.27.0" +__version__ = "1.27.1" from .io import get_file from .query import ZTFQuery, get_metadata