Skip to content

Commit 6199f10

Browse files
author
Axel Dahlberg
committed
Bump version: 3.2.2 → 3.2.3
1 parent a1aceb1 commit 6199f10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.2.2
2+
current_version = 3.2.3
33
commit = True
44
tag = False
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CQC (3.2.2)
1+
# CQC (3.2.3)
22

33
The classical-quantum combiner (CQC) interface is an interface between higher layers and hardware in a Quantum Internet. It comes with a Python, C and Rust library for constructing CQC messages. The Python library is definitely the best place to get started.
44

cqc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.2.2'
1+
__version__ = '3.2.3'

0 commit comments

Comments
 (0)