From bffd9aa65e19265e3d7b151486d9fe74540f6b0d Mon Sep 17 00:00:00 2001 From: Chris Simons Date: Wed, 17 Oct 2018 15:43:04 -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 c8151971..a55cae88 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='protonfixes', - version='1.0.12', + version='1.0.13', 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',