File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PyZDDE: Python Zemax Dynamic Data Exchange
66Current revision
77'''''''''''''''''
88
9- 2.0.0 (Last significant update on 09/01/2015)
9+ 2.0.1 (Last significant update on 09/01/2015)
1010
1111Change log
1212~~~~~~~~~~
@@ -67,8 +67,8 @@ Note 3. To uninstall pyzdde using pip use
6767 pip uninstall pyzdde
6868
6969
70- GET THE LATEST CODE:
71- ~~~~~~~~~~~~~~~~~~~
70+ Get the latest code
71+ '''''''''''''''''''
7272
7373To get the latest PyZDDE code please download / fork / clone from
7474`GitHub repository <https://github.com/indranilsinharoy/PyZDDE >`__.
Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ class PyZDDE(object):
405405 __server = 0
406406 __appNameDict = _createAppNameDict (_MAX_PARALLEL_CONV ) # {'ZEMAX': False, 'ZEMAX1': False}
407407
408- version = '2.0.0 '
408+ version = '2.0.1 '
409409
410410 # Other class variables
411411 # Surface data codes for getting and setting surface data
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'PyZDDE' ,
20- version = '2.0.0 ' ,
20+ version = '2.0.1 ' ,
2121 description = 'Zemax / OpticStudio standalone extension using Python' ,
2222 long_description = long_description ,
2323 author = 'Indranil Sinharoy' ,
You can’t perform that action at this time.
0 commit comments