Skip to content

Commit

Permalink
version bump, new release: 0.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toomanybrians committed Sep 18, 2016
1 parent 001c5eb commit a6fc048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpfmc/_version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__version__ = '0.30.4'
__version__ = '0.30.5'
__short_version__ = '0.30'
__bcp_version__ = '1.0'
__config_version__ = '4'
__mpf_version_required__ = '0.30.0'
__mpf_version_required__ = '0.30.31'

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

0 comments on commit a6fc048

Please sign in to comment.