Skip to content

Commit

Permalink
Bumping version number. (#609)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wtgee authored Sep 20, 2018
1 parent eeb3e7b commit 209b76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocs/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
major = 0
minor = 6
patch = 0
patch = 1

__version__ = '{}.{}.{}'.format(major, minor, patch)

0 comments on commit 209b76c

Please sign in to comment.