File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- Pre-release
1
+ Version 4.3.4 - 14 August 2023
2
2
- Docker update, see the ["docker/"] directory
3
3
- Fix in ["types.hpp"] for defaulting types when not using CMake
4
4
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.15 )
2
- set (QPP_VERSION_NUM 4.3.3 )
2
+ set (QPP_VERSION_NUM 4.3.4 )
3
3
set (QPP_VERSION_STR "${QPP_VERSION_NUM} " )
4
4
project (qpp VERSION ${QPP_VERSION_NUM} LANGUAGES CXX )
5
5
set (CMAKE_CXX_STANDARD 17 )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = Quantum++
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = v4.3.3
51
+ PROJECT_NUMBER = v4.3.4
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
# Quantum++
2
2
3
- ## Version 4.3.3 - 8 August 2023
3
+ ## Version 4.3.4 - 14 August 2023
4
4
5
5
[ ![ GitHub actions] ( https://github.com/softwareqinc/qpp/actions/workflows/cmake.yml/badge.svg )] ( https://github.com/softwareQinc/qpp/actions )
6
6
Original file line number Diff line number Diff line change 1
- Version 4.3.3 - 8 August 2023
1
+ Version 4.3.4 - 14 August 2023
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
9
9
[project ]
10
10
name = " pyqpp"
11
- version = " 4.3.3 "
11
+ version = " 4.3.4 "
12
12
description = " Python 3 wrapper for Quantum++"
13
13
authors = [
14
14
{
name =
" softwareQ Inc." ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments