From 4e46ed921029c5db265403794d9e20a34bca2adf Mon Sep 17 00:00:00 2001 From: Brandon Dube Date: Sat, 1 Sep 2018 22:46:42 -0400 Subject: [PATCH] ver++ --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b2922b65..790a7eeb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = '0.12.1' +version = '0.12.2' # The full version, including alpha/beta/rc tags. -release = '0.12.1' +release = '0.12.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 73c4ffa7..63b3f5a7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='prysm', - version='0.12.1', + version='0.12.2', description='A python optics module', long_description='Uses geometrical and fourier optics to model optical systems', license='MIT',