Skip to content

Commit

Permalink
Bump version: 0.8.3 → 0.8.4-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richert committed Oct 27, 2023
1 parent 8de10f1 commit 7cae5f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.3
current_version = 0.8.4-dev0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.8.4-dev0
2 changes: 1 addition & 1 deletion pycobi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cae5f7

Please sign in to comment.