Skip to content

Commit

Permalink
Fixed err in README.rst that caused rendering issue in PyPI
Browse files Browse the repository at this point in the history
Had to bump version number for it.
  • Loading branch information
indranilsinharoy committed Sep 1, 2015
1 parent 0271b56 commit 4af482d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~
Expand Down Expand Up @@ -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 <https://github.com/indranilsinharoy/PyZDDE>`__.
Expand Down
2 changes: 1 addition & 1 deletion pyzdde/zdde.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4af482d

Please sign in to comment.