Skip to content

Commit

Permalink
Merge pull request #465 from missionpinball/revert-461-revert-460-ver…
Browse files Browse the repository at this point in the history
…sion-bump-dev13-mpf-dev34

Version bump to dev13, dependency mpf dev34
  • Loading branch information
avanwinkle authored Feb 6, 2024
2 parents 118c5b4 + 28cee3f commit 025df10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mpfmc/_version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os

__version__ = '0.57.0.dev12'
__version__ = '0.57.0.dev13'
__short_version__ = '0.57'
__bcp_version__ = '1.1'
__config_version__ = '6'
__mpf_version_required__ = '0.57.0.dev32' # ALSO UPDATE in pyproject.toml
__mpf_version_required__ = '0.57.0.dev34' # ALSO UPDATE in pyproject.toml

# pylint: disable-msg=invalid-name
version = f"MPF-MC v{__version__}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers=[
"Topic :: Games/Entertainment :: Arcade"
]
dependencies = [
"mpf >= 0.57.0.dev32", # ALSO CHANGE THIS IN _version.py
"mpf >= 0.57.0.dev34", # ALSO CHANGE THIS IN _version.py
"kivy == 2.2.1", # Sept 19, 2023 # ALSO CHECK for updates to kivy_deps packages below
"psutil == 5.9.5", # Sept 19, 2023
"Pygments == 2.16.1", # Sept 19, 2023 Only used for the interactive MC. Does anyone use that?
Expand Down

0 comments on commit 025df10

Please sign in to comment.