Skip to content

Commit 30f08ca

Browse files
committed
Bump version: 0.8.6-dev0 → 0.8.6
1 parent 1971db6 commit 30f08ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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 = 0.8.6-dev0
2+
current_version = 0.8.6
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.6-dev0
1+
0.8.6

pycobi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
__author__ = "Richard Gast"
3131
__status__ = "Development"
32-
__version__ = "0.8.6-dev0"
32+
__version__ = "0.8.6"
3333

3434
from .pycobi import ODESystem
3535
from .utility import get_lyapunov_exponents, get_solution_eigenvalues, fractal_dimension

0 commit comments

Comments
 (0)