diff --git a/README.rst b/README.rst index 727d2a6..178649c 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ PyZDDE: Python Zemax Dynamic Data Exchange Current revision ''''''''''''''''' -2.0.0 (Last significant update on 09/01/2015) +2.0.1 (Last significant update on 09/01/2015) Change log ~~~~~~~~~~ @@ -67,8 +67,8 @@ Note 3. To uninstall pyzdde using pip use pip uninstall pyzdde -GET THE LATEST CODE: -~~~~~~~~~~~~~~~~~~~ +Get the latest code +''''''''''''''''''' To get the latest PyZDDE code please download / fork / clone from `GitHub repository `__. diff --git a/pyzdde/zdde.py b/pyzdde/zdde.py index 4725053..e9e8a2e 100644 --- a/pyzdde/zdde.py +++ b/pyzdde/zdde.py @@ -405,7 +405,7 @@ class PyZDDE(object): __server = 0 __appNameDict = _createAppNameDict(_MAX_PARALLEL_CONV) # {'ZEMAX': False, 'ZEMAX1': False} - version = '2.0.0' + version = '2.0.1' # Other class variables # Surface data codes for getting and setting surface data diff --git a/setup.py b/setup.py index 88923d6..6863d67 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='PyZDDE', - version='2.0.0', + version='2.0.1', description='Zemax / OpticStudio standalone extension using Python', long_description=long_description, author='Indranil Sinharoy',