Skip to content

Commit

Permalink
Incremented minor version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
indranilsinharoy committed Oct 2, 2016
1 parent 1b6cb3f commit 0bafcae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ Python Zemax Dynamic Data Exchange
Current revision
'''''''''''''''''

2.0.2 (Last significant update on 01/03/2016)
2.0.3 (Last significant update on 10/02/2016)


**NEW**: We are also working on a Python library, called PyZOS, to provide better interactivity
with the new Zemax OpticStudio API (COM based interface). The project is hosted at `Github <https://github.com/pyzos/pyzos>`__.


Change log
~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions pyzdde/zdde.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Licence: MIT License
# This file is subject to the terms and conditions of the MIT License.
# For further details, please refer to LICENSE.txt
# Revision: 2.0.2
# Revision: 2.0.3
#-------------------------------------------------------------------------------
"""PyZDDE, which is a toolbox written in Python, is used for communicating
with ZEMAX using the Microsoft's Dynamic Data Exchange (DDE) messaging
Expand Down Expand Up @@ -427,7 +427,7 @@ class PyZDDE(object):
__server = 0
__appNameDict = _createAppNameDict(_MAX_PARALLEL_CONV) # {'ZEMAX': False, 'ZEMAX1': False}

version = '2.0.2'
version = '2.0.3'

# 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.2',
version='2.0.3',
description='Zemax / OpticStudio standalone extension using Python',
long_description=long_description,
author='Indranil Sinharoy',
Expand Down

0 comments on commit 0bafcae

Please sign in to comment.