Skip to content

Commit

Permalink
Update to dev0 to differentiate for pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Di Natale committed Jan 22, 2020
1 parent 2ab0db2 commit 1d60826
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", "7dev")
__version_info__ = ("1", "1", "7dev0")
__version__ = '.'.join(__version_info__)

0 comments on commit 1d60826

Please sign in to comment.