Skip to content

Commit cce2b9e

Browse files
author
Axel Dahlberg
committed
Added bumpversion
Fixed bumpversion.cfg Bump version: 3.0.2 → 3.0.3 Added README.md to bumpversion Fixed bumpversion.cfg
1 parent c778fc4 commit cce2b9e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.bumpversion.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[bumpversion]
2+
current_version = 3.0.3
3+
commit = True
4+
tag = False
5+
6+
[bumpversion:file:cqc/__init__.py]
7+
[bumpversion:file:README.md]
8+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# CQC (3.0.3)
2+
13
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.
24

35
Documentation of CQC can be found at https://softwarequtech.github.io/SimulaQron/html/CQCInterface.html

cqc/__init__.py

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

0 commit comments

Comments
 (0)