From 1a5cc6a894d9b4f16d2a8afc5123f79b9365d209 Mon Sep 17 00:00:00 2001 From: Matthew Pitkin Date: Wed, 2 May 2018 09:46:14 +0100 Subject: [PATCH] __init__.py: bump version number --- psrqpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psrqpy/__init__.py b/psrqpy/__init__.py index 3a5be45a..fe752f6c 100644 --- a/psrqpy/__init__.py +++ b/psrqpy/__init__.py @@ -2,7 +2,7 @@ """ A Python tool for interacting with the ATNF pulsar catalogue """ -__version__ = "0.4.11" +__version__ = "0.4.12" from .search import QueryATNF from .pulsar import Pulsar, Pulsars