diff --git a/docs/conf.py b/docs/conf.py index fcf3fc847..441340c1d 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ # the built documents. # # The short X.Y version. -version = "0.9.6" +version = "0.9.7" # The full version, including alpha/beta/rc tags. -release = "0.9.6" +release = "0.9.7" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/memote/__init__.py b/memote/__init__.py index a3ae6a811..b18280610 100644 --- a/memote/__init__.py +++ b/memote/__init__.py @@ -32,4 +32,4 @@ __author__ = "Moritz E. Beber" __email__ = "morbeb@biosustain.dtu.dk" -__version__ = "0.9.6" +__version__ = "0.9.7" diff --git a/setup.cfg b/setup.cfg index e31050acf..d0bacfe03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.6 +current_version = 0.9.7 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index b81c97b0b..df20a8ef6 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ # All other keys are defined in `setup.cfg` under [metadata] and [options]. setup( - version="0.9.6", + version="0.9.7", )