From 6aa0e854a1f3dc1dcd242a36426ad5855b2cbcfe Mon Sep 17 00:00:00 2001 From: Andy Casey Date: Mon, 23 Dec 2024 09:01:47 -0500 Subject: [PATCH] bump version for api end point fix --- ads/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ads/__init__.py b/ads/__init__.py index c989682..98f4dd5 100644 --- a/ads/__init__.py +++ b/ads/__init__.py @@ -3,7 +3,7 @@ """ A Python tool for interacting with NASA's ADS """ -__version__ = "0.12.6" +__version__ = "0.12.7" from .metrics import MetricsQuery from .export import ExportQuery