Skip to content

Commit c08d30b

Browse files
committed
Bump Version
- to 1.3.1
1 parent ae0dbcd commit c08d30b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14...3.19)
22

33
project(qmap
44
LANGUAGES CXX
5-
VERSION 1.3.0
5+
VERSION 1.3.1
66
DESCRIPTION "QMAP - A JKQ library for mapping of quantum circuits to quantum architectures"
77
)
88

setup.py

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

6666
setup(
6767
name='jkq.qmap',
68-
version='1.3.0',
68+
version='1.3.1',
6969
author='Lukas Burgholzer',
7070
author_email='lukas.burgholzer@jku.at',
7171
description='QMAP - A JKQ tool for Quantum Circuit Mapping',

0 commit comments

Comments
 (0)