From 876bf78ecdfe8726ee3ab6e49d49df567641ebf6 Mon Sep 17 00:00:00 2001 From: zbeucler2018 <49871927+zbeucler2018@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:45:12 -0400 Subject: [PATCH] update __init__.py --- retro/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retro/__init__.py b/retro/__init__.py index a7f8a7a1e..726782060 100644 --- a/retro/__init__.py +++ b/retro/__init__.py @@ -8,7 +8,7 @@ ROOT_DIR = os.path.abspath(os.path.dirname(__file__)) core_path(os.path.join(os.path.dirname(__file__), "cores")) -with open(os.path.join(os.path.dirname(__file__), "VERSION")) as f: +with open(os.path.join(os.path.dirname(__file__), "VERSION.txt")) as f: __version__ = f.read()