From d94903ab5dd9a57039cb46226b696c8c0ba3afdd Mon Sep 17 00:00:00 2001 From: Andy Casey Date: Mon, 29 Jan 2024 09:33:59 +1100 Subject: [PATCH] version bump --- ads/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ads/__init__.py b/ads/__init__.py index 52c9a69..6e466d9 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.3" +__version__ = "0.12.4" from .metrics import MetricsQuery from .export import ExportQuery