From 7cae5f7b577cc6e5100b0cd0198c4fe3e973c8ad Mon Sep 17 00:00:00 2001 From: Richert Date: Fri, 27 Oct 2023 13:01:28 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.3=20=E2=86=92=200.8.4-dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- pycobi/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4edfbdd..0f99bd4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.3 +current_version = 0.8.4-dev0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/VERSION b/VERSION index fab77af..df30b5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.3 \ No newline at end of file +0.8.4-dev0 \ No newline at end of file diff --git a/pycobi/__init__.py b/pycobi/__init__.py index 9b8a640..904bcc3 100644 --- a/pycobi/__init__.py +++ b/pycobi/__init__.py @@ -29,7 +29,7 @@ __author__ = "Richard Gast" __status__ = "Development" -__version__ = "0.8.3" +__version__ = "0.8.4-dev0" from .pycobi import ODESystem from .utility import get_lyapunov_exponents, get_solution_eigenvalues, fractal_dimension