From 14d2bb256983f4a21ea2d976fe9df6ee7666cce8 Mon Sep 17 00:00:00 2001 From: Alex Tait Date: Sat, 4 Mar 2023 16:40:45 -0500 Subject: [PATCH] version bump 21 --- lytest/__init__.py | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lytest/__init__.py b/lytest/__init__.py index 4a4b322..b8fcf6f 100644 --- a/lytest/__init__.py +++ b/lytest/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.20" +__version__ = "0.0.21" # quickplotters so you can debug more easily try: diff --git a/setup.py b/setup.py index ad45f11..c520ddd 100644 --- a/setup.py +++ b/setup.py @@ -8,9 +8,10 @@ def readme(): setup(name='lytest', - version='0.0.20', + version='0.0.21', description='Regression testing for klayout and phidl', long_description=readme(), + long_description_content_type='text/markdown', author='Alex Tait, Adam McCaughan, Sonia Buckley, Jeff Chiles, Jeff Shainline, Rich Mirin, Sae Woo Nam', author_email='alexander.tait@nist.gov', license='MIT',