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',