Skip to content

Commit 0bafcae

Browse files
Incremented minor version number for release.
1 parent 1b6cb3f commit 0bafcae

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ Python Zemax Dynamic Data Exchange
99
Current revision
1010
'''''''''''''''''
1111

12-
2.0.2 (Last significant update on 01/03/2016)
12+
2.0.3 (Last significant update on 10/02/2016)
1313

1414

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

1916
Change log
2017
~~~~~~~~~~

pyzdde/zdde.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Licence: MIT License
77
# This file is subject to the terms and conditions of the MIT License.
88
# For further details, please refer to LICENSE.txt
9-
# Revision: 2.0.2
9+
# Revision: 2.0.3
1010
#-------------------------------------------------------------------------------
1111
"""PyZDDE, which is a toolbox written in Python, is used for communicating
1212
with ZEMAX using the Microsoft's Dynamic Data Exchange (DDE) messaging
@@ -427,7 +427,7 @@ class PyZDDE(object):
427427
__server = 0
428428
__appNameDict = _createAppNameDict(_MAX_PARALLEL_CONV) # {'ZEMAX': False, 'ZEMAX1': False}
429429

430-
version = '2.0.2'
430+
version = '2.0.3'
431431

432432
# Other class variables
433433
# 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.2',
20+
version='2.0.3',
2121
description='Zemax / OpticStudio standalone extension using Python',
2222
long_description=long_description,
2323
author='Indranil Sinharoy',

0 commit comments

Comments
 (0)