diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b1a48df..d9b199c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.6-dev0 +current_version = 0.8.6 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/VERSION b/VERSION index 155ee86..120f532 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.6-dev0 \ No newline at end of file +0.8.6 \ No newline at end of file diff --git a/pycobi/__init__.py b/pycobi/__init__.py index 9175c29..b8986f1 100644 --- a/pycobi/__init__.py +++ b/pycobi/__init__.py @@ -29,7 +29,7 @@ __author__ = "Richard Gast" __status__ = "Development" -__version__ = "0.8.6-dev0" +__version__ = "0.8.6" from .pycobi import ODESystem from .utility import get_lyapunov_exponents, get_solution_eigenvalues, fractal_dimension