Skip to content

Commit

Permalink
Ticked up the version to 1.1.9dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankD412 committed May 13, 2021
1 parent 9ffa57d commit 097e6b8
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", "9dev0")
__version_info__ = ("1", "1", "9dev1")
__version__ = '.'.join(__version_info__)

0 comments on commit 097e6b8

Please sign in to comment.