From bdf9f78e9df4e53c4488685139f68f340d4af90f Mon Sep 17 00:00:00 2001 From: Jacob Lustig-Yaeger Date: Thu, 22 Aug 2019 19:02:38 -0700 Subject: [PATCH] bumped version to 1.0 following completion of JOSS review --- coronagraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coronagraph/__init__.py b/coronagraph/__init__.py index d504c29..2ebe0a4 100644 --- a/coronagraph/__init__.py +++ b/coronagraph/__init__.py @@ -5,7 +5,7 @@ absolute_import as _, unicode_literals as _) # Version number -__version__ = "0.1" +__version__ = "1.0" # Was coronagraph imported from setup.py? try: