From 4f81db4b5329ed25730a46a2e1f09ff2f476aa70 Mon Sep 17 00:00:00 2001 From: Chris Simons Date: Tue, 9 Oct 2018 23:10:05 -0700 Subject: [PATCH] Version bump for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 366f2c7e..8429770c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='protonfixes', - version='1.0.6', + version='1.0.7', description='Python module for applying fixes at runtime for games not supported by Steam Proton', long_description=long_description, long_description_content_type='text/markdown',