From 9891edf189a294b3a8290666edc1de0e38d0f32a Mon Sep 17 00:00:00 2001 From: Ed Younis Date: Mon, 7 Dec 2020 08:30:28 -0800 Subject: [PATCH] 2.1.1 --- qfast/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qfast/__init__.py b/qfast/__init__.py index 3c41612..951b3a0 100644 --- a/qfast/__init__.py +++ b/qfast/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.1.0" +__version__ = "2.1.1" # Initialize Logging import logging diff --git a/setup.py b/setup.py index 8ab0844..b45e86e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ requirements.remove( '' ) setup( name = "qfast", - version = "2.1.0", + version = "2.1.1", description = "Quantum Fast Approximate Synthesis Tool", long_description = long_description, long_description_content_type = "text/markdown",