diff --git a/docs/conf.py b/docs/conf.py index 45718db54..b38838903 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ # the built documents. # # The short X.Y version. -version = "0.11.0" +version = "0.11.1" # The full version, including alpha/beta/rc tags. -release = "0.11.0" +release = "0.11.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 2d5302180..ee70559c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0 +current_version = 0.11.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 4b4fb316a..5f3a8c6a0 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.11.0", + version="0.11.1", ) diff --git a/src/memote/__init__.py b/src/memote/__init__.py index e2c6b35b2..50fe1cb30 100644 --- a/src/memote/__init__.py +++ b/src/memote/__init__.py @@ -35,7 +35,7 @@ __author__ = "Moritz E. Beber" __email__ = "morbeb@biosustain.dtu.dk" -__version__ = "0.11.0" +__version__ = "0.11.1" if sys.version_info < (3,): warnings.warn('You are using `Memote` with Python 2. '