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