Skip to content

Commit 481ebd7

Browse files
committed
🔖 bump version
Signed-off-by: Lukas Burgholzer <[email protected]>
1 parent 3be81df commit 481ebd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14...3.19)
22

33
project(qcec
44
LANGUAGES CXX
5-
VERSION 1.8.0
5+
VERSION 1.8.1
66
DESCRIPTION "QCEC - A JKQ tool for Quantum Circuit Equivalence Checking"
77
)
88

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def build_extension(self, ext):
6565

6666
setup(
6767
name='jkq.qcec',
68-
version='1.8.0',
68+
version='1.8.1',
6969
author='Lukas Burgholzer',
7070
author_email='[email protected]',
7171
description='QCEC - A JKQ tool for Quantum Circuit Equivalence Checking',

0 commit comments

Comments
 (0)