Skip to content

Commit

Permalink
Change version to 0.33.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
qcapen committed Apr 10, 2017
1 parent 80d4eee commit 6bcdf7a
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.33.0-dev.12'
__version__ = '0.33.0'
__short_version__ = '0.33'
__bcp_version__ = '1.1'
__config_version__ = '4'
__mpf_version_required__ = '0.33.0-dev.15'
__mpf_version_required__ = '0.33.0'

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

0 comments on commit 6bcdf7a

Please sign in to comment.