From 76449c675ecaabfd83cfbe001217a8dbdf5c40d5 Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 20 Feb 2023 15:30:50 -0600 Subject: [PATCH] Update init w version number Fix #66 --- deeplenstronomy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deeplenstronomy/__init__.py b/deeplenstronomy/__init__.py index 23db358..77e00e0 100644 --- a/deeplenstronomy/__init__.py +++ b/deeplenstronomy/__init__.py @@ -3,4 +3,4 @@ __author__ = 'Robert Morgan' __email__ = 'robert.morgan@wisc.edu' -__version__ = '0.0.2.0' +__version__ = '0.0.2.3'