Skip to content

Commit feadc09

Browse files
author
Axel Dahlberg
committed
Bump version: 3.0.3 → 3.0.4
1 parent 47f4952 commit feadc09

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[bumpversion]
2-
current_version = 3.0.3
2+
current_version = 3.0.4
33
commit = True
44
tag = False
55

66
[bumpversion:file:cqc/__init__.py]
7+
78
[bumpversion:file:README.md]
89

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CQC (3.0.3)
1+
# CQC (3.0.4)
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.3'
1+
__version__ = '3.0.4'

0 commit comments

Comments
 (0)