Skip to content

Commit

Permalink
Update version for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qcapen committed Apr 10, 2017
1 parent 9c6b6a8 commit b729a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpfmonitor/_version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# mpf-monitor
__version__ = '0.2.0-dev.3'
__version__ = '0.2.0'
__short_version__ = '0.2'
__bcp_version__ = '1.1'
__config_version__ = '4'
__mpf_version_required__ = '0.33.0.dev15'
__mpf_version_required__ = '0.33.0'

version = "MPF Monitor v{} (config_version={}, BCP v{}, Requires MPF v{})".format(
__version__, __config_version__, __bcp_version__, __mpf_version_required__)

0 comments on commit b729a96

Please sign in to comment.