From 2cb4c55927b913e4c54058a7780d1c7beaa94111 Mon Sep 17 00:00:00 2001 From: Alex Tait Date: Fri, 29 Mar 2019 15:25:38 -0600 Subject: [PATCH] version bump 0.1.25 --- 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 329e796..2644c26 100644 --- a/lygadgets/__init__.py +++ b/lygadgets/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.24' +__version__ = '0.1.25' __lygadget_link__ = ['future', 'xmltodict'] from lygadgets.environment import pya, isGUI, isGSI, patch_environment, klayout_home diff --git a/setup.py b/setup.py index 47002bd..2bf3aa0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): setup(name='lygadgets', - version='0.1.24', + version='0.1.25', description='Tools to make klayout, the standalone, and python environments work better together', long_description=readme(), author='Alex Tait',