Skip to content

Commit

Permalink
version bump 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Jun 21, 2019
1 parent f0f1017 commit aea1015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lymask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.9'
__version__ = '0.1.0'
__lygadget_link__ = ['lygadgets', 'yaml']

from lymask.utilities import active_technology, set_active_technology
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ def readme():


setup(name='lymask',
version='0.0.9',
version='0.1.0',
description='Mask dataprep with klayout',
long_description=readme(),
author='Alex Tait, Adam McCaughan, Sonia Buckley, Jeff Chiles, Jeff Shainline, Rich Mirin, Sae Woo Nam',
author_email='[email protected]',
license='MIT',
packages=['lymask'],
install_requires=['klayout', 'lygadgets>=0.1.14', 'PyYAML'],
install_requires=['klayout', 'lygadgets', 'PyYAML'],
entry_points={'console_scripts': ['lymask=lymask.invocation:cm_main']},
package_data={'': ['*.lym']},
include_package_data=True,
Expand Down

0 comments on commit aea1015

Please sign in to comment.