From 66873f870b9ba33321867f7110755f9f0323160a Mon Sep 17 00:00:00 2001 From: Alex Tait Date: Fri, 21 Jun 2019 15:05:11 -0600 Subject: [PATCH] Version bump --- lygadgets/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lygadgets/__init__.py b/lygadgets/__init__.py index 2e7b00d..bf7217d 100644 --- a/lygadgets/__init__.py +++ b/lygadgets/__init__.py @@ -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 diff --git a/setup.py b/setup.py index c5f713a..e2cc12c 100644 --- a/setup.py +++ b/setup.py @@ -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',