diff --git a/requirements.txt b/requirements.txt index 0978b92b..7d58f280 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ feedparser==6.0.10 MLB_StatsAPI>=1.6.1 Pillow==9.3.0 pyowm==3.3.0 -RGBMatrixEmulator>=0.8.2 +RGBMatrixEmulator>=0.8.4 tzlocal==4.2 diff --git a/version.py b/version.py index c00b75a9..2ef739ad 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ SCRIPT_NAME = "MLB LED Scoreboard" -SCRIPT_VERSION = "6.3.0" +SCRIPT_VERSION = "6.3.1" if __name__ == "__main__":