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',