Skip to content

Commit e4a6c1d

Browse files
author
Axel Dahlberg
committed
Bump version: 3.0.12 → 3.0.13
1 parent 4def6d0 commit e4a6c1d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.12
2+
current_version = 3.0.13
33
commit = True
44
tag = False
55

README.md

Lines changed: 1 addition & 1 deletion
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.12)
3+
SimulaQron - simple quantum network simulator (3.0.13)
44
=====================================================
55

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

simulaqron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from simulaqron.tests_run import main as tests
22

33
__all__ = ['tests']
4-
__version__ = '3.0.12'
4+
__version__ = '3.0.13'

0 commit comments

Comments
 (0)