From bdd5986bb0ec1b198b97c1051dd49be8940a4823 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Wed, 11 Dec 2019 00:52:47 -0500 Subject: [PATCH] Have to bump the version to fix PyPi info --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d940720..500494f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="RetroUFO", - version="0.9.5", + version="0.9.5-1", author="Melon Bread", author_email="rain@melonbread.dev", description="Easily upgrade all libreto cores from the build bot",