Skip to content

Commit 406b728

Browse files
author
Axel Dahlberg
committed
Bump version: 3.0.16 → 4.0.0
1 parent 075dada commit 406b728

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.0.16
2+
current_version = 4.0.0
33
commit = True
44
tag = False
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.com/SoftwareQuTech/SimulaQron.svg?branch=Develop)](https://travis-ci.com/SoftwareQuTech/SimulaQron)
22

3-
SimulaQron - simple quantum network simulator (3.0.16)
3+
SimulaQron - simple quantum network simulator (4.0.0)
44
=====================================================
55

66
The purpose of this simulator of quantum network nodes is to allow you to develop new applications for

simulaqron/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from simulaqron.toolbox.reset import check_config_files
22

3-
__version__ = '3.0.16'
3+
__version__ = '4.0.0'
44

55
# Create default config files if there are none
66
check_config_files()

0 commit comments

Comments
 (0)