diff --git a/docs/source/conf.py b/docs/source/conf.py index 623f178f..2ccd2aaa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Fab Team' # The full version, including alpha/beta/rc tags -release = '0.10.0' +release = '0.10.1' # -- General configuration --------------------------------------------------- diff --git a/source/fab/__init__.py b/source/fab/__init__.py index 62ea74bb..fa8c43ae 100644 --- a/source/fab/__init__.py +++ b/source/fab/__init__.py @@ -10,7 +10,7 @@ import logging import sys -__version__ = '0.10.0' +__version__ = '0.10.1' logger = logging.getLogger(__name__) logger.addHandler(logging.StreamHandler(sys.stdout))