Skip to content

Commit

Permalink
adding session option for downloading using requests
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelRigault committed Apr 14, 2023
1 parent 02af4b3 commit 5acdf64
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 75 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ztfquery"
version = "1.24.10"
version = "1.25.0"
description = "Python package to access ZTF data"
authors = ["Mickael Rigault <m.rigault@ipnl.in2p3.fr>", "Simeon Reusch <simeon.reusch@desy.de>"]
maintainers = ["Mickael Rigault <m.rigault@ipnl.in2p3.fr>", "Simeon Reusch <simeon.reusch@desy.de>"]
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.24.10"
__version__ = "1.25.0"

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

0 comments on commit 5acdf64

Please sign in to comment.