Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley authored Jan 31, 2023
1 parent 7813d27 commit d2b2361
Showing 1 changed file with 1 addition and 1 deletion.
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__ = '1.0.dev0'
__version__ = '0.11.0'

logger = logging.getLogger(__name__)
logger.addHandler(logging.StreamHandler(sys.stdout))
Expand Down

0 comments on commit d2b2361

Please sign in to comment.