Skip to content

Commit a75d600

Browse files
committed
🔖 bump version
Signed-off-by: Lukas Burgholzer <[email protected]>
1 parent 870639f commit a75d600

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(qfr
44
LANGUAGES CXX
5-
VERSION 1.4.1
5+
VERSION 1.4.2
66
DESCRIPTION "QFR - A JKQ library for Quantum Functionality Representation"
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.qfr',
68-
version='1.4.1',
68+
version='1.4.2',
6969
author='Lukas Burgholzer',
7070
author_email='[email protected]',
7171
description='QFR - A JKQ tool for Quantum Functionality Representation',

0 commit comments

Comments
 (0)