Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
- to 1.3.1
  • Loading branch information
hillmich committed Apr 6, 2021
1 parent ae0dbcd commit c08d30b
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(qmap
LANGUAGES CXX
VERSION 1.3.0
VERSION 1.3.1
DESCRIPTION "QMAP - A JKQ library for mapping of quantum circuits to quantum architectures"
)

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.qmap',
version='1.3.0',
version='1.3.1',
author='Lukas Burgholzer',
author_email='lukas.burgholzer@jku.at',
description='QMAP - A JKQ tool for Quantum Circuit Mapping',
Expand Down

0 comments on commit c08d30b

Please sign in to comment.