From 6ea91ac4930342e1730b233c5e6b695c6ce006f6 Mon Sep 17 00:00:00 2001 From: Richert Date: Fri, 14 Oct 2022 13:21:14 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0-dev0=20=E2=86=92=200.7.?= =?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 baec4f0..7a114eb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0-dev0 +current_version = 0.7.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/VERSION b/VERSION index df4806d..bcaffe1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0-dev0 \ No newline at end of file +0.7.0 \ No newline at end of file diff --git a/pycobi/__init__.py b/pycobi/__init__.py index 19d5ef4..83a306b 100644 --- a/pycobi/__init__.py +++ b/pycobi/__init__.py @@ -29,6 +29,6 @@ __author__ = "Richard Gast" __status__ = "Development" -__version__ = "0.7.0-dev0" +__version__ = "0.7.0" from .pycobi import ODESystem, get_from_solutions, continue_period_doubling_bf