From 49013e14f3055bd5a928c24c74ac9dbf8f36b94f Mon Sep 17 00:00:00 2001 From: Tim Jensen Date: Sat, 15 Aug 2020 21:16:09 -0500 Subject: [PATCH] Bumping version to 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb755a3..c71acf6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="fsuipc", - version="1.0.0", + version="1.0.1", author="Tim Jensen", author_email="tim.l.jensen@gmail.com", description="Client wrapper for FSUIPC",