Skip to content

Commit e8805f1

Browse files
committed
version change from dev to 0.32.0
1 parent 79befc1 commit e8805f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpfmc/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
__version__ = '0.32.0-dev8'
1+
__version__ = '0.32.0'
22
__short_version__ = '0.32'
33
__bcp_version__ = '1.0'
44
__config_version__ = '4'
5-
__mpf_version_required__ = '0.32.0-dev6'
5+
__mpf_version_required__ = '0.32.0'
66

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

0 commit comments

Comments
 (0)