diff --git a/setup.py b/setup.py index 5eb7e05..77c53c6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ url='https://github.com/leonardt/hwtypes', author='Leonard Truong', author_email='lenny@cs.stanford.edu', - version='1.1.5', + version='1.1.6', description='Python implementations of fixed size hardware types (Bit, ' 'BitVector, UInt, SInt, ...) based on the SMT-LIB2 semantics', scripts=[],