Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Jun 21, 2019
1 parent 2d5b015 commit 66873f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lygadgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.28'
__version__ = '0.1.29'
__lygadget_link__ = ['future', 'xmltodict']

from lygadgets.environment import pya, isGUI, isGSI, patch_environment, klayout_home
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():


setup(name='lygadgets',
version='0.1.28',
version='0.1.29',
description='Tools to make klayout, the standalone, and python environments work better together',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 66873f8

Please sign in to comment.