From c44f906a5066b7d290c36df1c52ddf2451cdb370 Mon Sep 17 00:00:00 2001 From: mark9064 <30447455+mark9064@users.noreply.github.com> Date: Wed, 19 Jun 2019 16:36:28 +0100 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 829ef83..c0a661a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="sfsutils", - version="0.0.1", + version="0.0.2", author="mark9064", description="A KSP SFS savefile parser", long_description=LONG_DESCRIPTION,