Skip to content

Commit 4af482d

Browse files
Fixed err in README.rst that caused rendering issue in PyPI
Had to bump version number for it.
1 parent 0271b56 commit 4af482d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyZDDE: Python Zemax Dynamic Data Exchange
66
Current 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

1111
Change 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

7373
To get the latest PyZDDE code please download / fork / clone from
7474
`GitHub repository <https://github.com/indranilsinharoy/PyZDDE>`__.

pyzdde/zdde.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
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',

0 commit comments

Comments
 (0)