Skip to content

Commit

Permalink
🔖 bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Apr 27, 2021
1 parent 3be81df commit 481ebd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14...3.19)

project(qcec
LANGUAGES CXX
VERSION 1.8.0
VERSION 1.8.1
DESCRIPTION "QCEC - A JKQ tool for Quantum Circuit Equivalence Checking"
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def build_extension(self, ext):

setup(
name='jkq.qcec',
version='1.8.0',
version='1.8.1',
author='Lukas Burgholzer',
author_email='[email protected]',
description='QCEC - A JKQ tool for Quantum Circuit Equivalence Checking',
Expand Down

0 comments on commit 481ebd7

Please sign in to comment.