Skip to content

Commit

Permalink
updated version to alpha for release
Browse files Browse the repository at this point in the history
  • Loading branch information
indranilsinharoy committed Jul 27, 2015
1 parent 94fb412 commit faf41fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ PyZDDE: Python Zemax Dynamic Data Exchange
Current revision
'''''''''''''''''

2.0.0 (Last significant update on 07/25/2015)
2.0.0a1 (Last significant update on 07/25/2015)

Change log
~~~~~~~~~~
Brief change-log is available in the `News and
Updates <https://github.com/indranilsinharoy/PyZDDE/wiki/News-and-updates>`__
page.
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.0
# Revision: 2.0.0a1
#-------------------------------------------------------------------------------
"""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 @@ -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.0a1'

# Other class variables
# Surface data codes for getting and setting surface data
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# 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: 0.1
#-------------------------------------------------------------------------------
"""
This script will install the PyZDDE library into your Lib/site-packages directory
Expand All @@ -18,7 +17,7 @@

setup(
name='PyZDDE',
version='1.1.1',
version='2.0.0a1',
description='Zemax / OpticStudio standalone extension using Python',
long_description=long_description,
author='Indranil Sinharoy',
Expand Down

0 comments on commit faf41fe

Please sign in to comment.