Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelRigault committed Mar 5, 2024
1 parent 398c0a4 commit ff7fa6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Simeon Reusch <[email protected]>"]
maintainers = ["Mickael Rigault <[email protected]>", "Simeon Reusch <[email protected]>"]
Expand All @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion ztfquery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.27.0"
__version__ = "1.27.1"

from .io import get_file
from .query import ZTFQuery, get_metadata
Expand Down

0 comments on commit ff7fa6b

Please sign in to comment.