Skip to content

Commit

Permalink
Official start to 1.1.8dev0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Di Natale authored and FrankD412 committed Jun 4, 2020
1 parent 6e9834c commit f2a45b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestrowf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def emit(self, record):
LOGGER = logging.getLogger(__name__)
LOGGER.addHandler(NullHandler())

__version_info__ = ("1", "1", "7")
__version_info__ = ("1", "1", "8dev0")
__version__ = '.'.join(__version_info__)

0 comments on commit f2a45b1

Please sign in to comment.