Skip to content

Commit

Permalink
properly bumped version this time 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Dec 1, 2018
1 parent c45221d commit db633f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lytest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.10'
__version__ = '0.0.12'

# quickplotters so you can debug more easily
try:
Expand All @@ -23,4 +23,4 @@ def qp(*args, **kwargs):
from lytest.kdb_xor import GeometryDifference, run_xor
from lytest.utest_buds import store_reference, difftest_it
from lytest.containers import contained_phidlDevice, contained_pyaCell, contained_script
import lytest.command_line
import lytest.command_line
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():


setup(name='lytest',
version='0.0.10',
version='0.0.12',
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',
Expand Down

0 comments on commit db633f8

Please sign in to comment.