Skip to content

Commit b34cb37

Browse files
authored
Version 4.3.4 (#163)
1 parent bb6e147 commit b34cb37

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pre-release
1+
Version 4.3.4 - 14 August 2023
22
- Docker update, see the ["docker/"] directory
33
- Fix in ["types.hpp"] for defaulting types when not using CMake
44

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15)
2-
set(QPP_VERSION_NUM 4.3.3)
2+
set(QPP_VERSION_NUM 4.3.4)
33
set(QPP_VERSION_STR "${QPP_VERSION_NUM}")
44
project(qpp VERSION ${QPP_VERSION_NUM} LANGUAGES CXX)
55
set(CMAKE_CXX_STANDARD 17)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = Quantum++
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v4.3.3
51+
PROJECT_NUMBER = v4.3.4
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quantum++
22

3-
## Version 4.3.3 - 8 August 2023
3+
## Version 4.3.4 - 14 August 2023
44

55
[![GitHub actions](https://github.com/softwareqinc/qpp/actions/workflows/cmake.yml/badge.svg)](https://github.com/softwareQinc/qpp/actions)
66

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version 4.3.3 - 8 August 2023
1+
Version 4.3.4 - 14 August 2023

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "pyqpp"
11-
version = "4.3.3"
11+
version = "4.3.4"
1212
description = "Python 3 wrapper for Quantum++"
1313
authors = [
1414
{ name = "softwareQ Inc.", email = "[email protected]" },

0 commit comments

Comments
 (0)