Skip to content

Commit

Permalink
Release version 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Mar 10, 2024
1 parent afb1389 commit fdb30d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install mpf-monitor
run: |
pip install --upgrade pip setuptools wheel build coveralls
pip install 'mpf>=0.57.0.dev1'
pip install 'mpf>=0.57.0'
pip install -e .
- name: Lint with flake8
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install mpf-monitor
run: |
pip install --upgrade pip setuptools wheel build
pip install 'mpf>=0.57.0.dev1'
pip install 'mpf>=0.57.0'
pip install -e .
- name: Build wheel
Expand Down
2 changes: 1 addition & 1 deletion mpfmonitor/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mpf-monitor
__version__ = '0.57.0.dev3'
__version__ = '0.57.0'
__short_version__ = '0.57'
__bcp_version__ = '1.1'
__config_version__ = '6'
Expand Down

0 comments on commit fdb30d0

Please sign in to comment.