diff --git a/setup.cfg b/setup.cfg index 01bd40c..a85762e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.2.2 commit = True tag = False diff --git a/webbpsf_ext/version.py b/webbpsf_ext/version.py index 46e19cc..913d6e8 100644 --- a/webbpsf_ext/version.py +++ b/webbpsf_ext/version.py @@ -2,4 +2,4 @@ __author__ = """Jarron Leisenring""" __email__ = 'jarronl@email.arizona.edu' -__version__ = u'1.2.1' +__version__ = u'1.2.2'