Skip to content

Commit

Permalink
Revert "Revert "Version bump to dev13, dependency mpf dev34""
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle authored Feb 6, 2024
1 parent 118c5b4 commit 28cee3f
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 28cee3f

Please sign in to comment.