From 43371019f58e61d4bac19bf31747d553533774c4 Mon Sep 17 00:00:00 2001 From: Alex Tait Date: Wed, 24 Oct 2018 23:00:03 -0600 Subject: [PATCH] version bump 0.0.6 --- lytest/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lytest/__init__.py b/lytest/__init__.py index cd5ab61..43cdd2b 100644 --- a/lytest/__init__.py +++ b/lytest/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.5' +__version__ = '0.0.6' # quickplotters so you can debug more easily try: diff --git a/setup.py b/setup.py index ab33ea5..801356c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup(name='lytest', - version='0.0.5', + version='0.0.6', description='Regression testing for klayout and phidl', long_description=readme(), author='Alex Tait, Adam McCaughan, Sonia Buckley, Jeff Chiles, Jeff Shainline, Rich Mirin, Sae Woo Nam',