From 209b76c26b269c19946dc8efc64e14be8f52630b Mon Sep 17 00:00:00 2001 From: Wilfred Tyler Gee Date: Thu, 20 Sep 2018 15:56:28 +1000 Subject: [PATCH] Bumping version number. (#609) We have made some changes recently that should be marked with different version number. Specifically, #589 will standardize the DATE-OBS headers in the images. At some point we will need to scrub the data created prior to that so we want to be able to delineate. --- pocs/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocs/version.py b/pocs/version.py index e56815d85..4e8c80784 100644 --- a/pocs/version.py +++ b/pocs/version.py @@ -1,5 +1,5 @@ major = 0 minor = 6 -patch = 0 +patch = 1 __version__ = '{}.{}.{}'.format(major, minor, patch)