We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4def6d0 commit e4a6c1dCopy full SHA for e4a6c1d
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.12
+current_version = 3.0.13
3
commit = True
4
tag = False
5
README.md
@@ -1,6 +1,6 @@
[](https://travis-ci.com/SoftwareQuTech/SimulaQron)
-SimulaQron - simple quantum network simulator (3.0.12)
+SimulaQron - simple quantum network simulator (3.0.13)
=====================================================
6
The purpose of this simulator of quantum network nodes is to allow you to develop new applications for
simulaqron/__init__.py
@@ -1,4 +1,4 @@
from simulaqron.tests_run import main as tests
__all__ = ['tests']
-__version__ = '3.0.12'
+__version__ = '3.0.13'
0 commit comments