From 442edc7a7d0132f54d76bf1f30721e3af70bc0f7 Mon Sep 17 00:00:00 2001 From: Caleb Donovick Date: Mon, 1 Jul 2019 12:59:24 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e91fd2..3b99ebb 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.0.13', + version='1.1.0', description='Python implementations of fixed size hardware types (Bit, ' 'BitVector, UInt, SInt, ...) based on the SMT-LIB2 semantics', scripts=[],