Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley committed Nov 10, 2022
1 parent 7b323ef commit dfe6558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/fab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit dfe6558

Please sign in to comment.