From 53903b392a59169b1e1b0ff4ba7a5aa706a8e6e9 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sat, 24 Oct 2020 17:50:38 -0700 Subject: [PATCH] setup.py: Bump version to 0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02cf030..e688326 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open("README.rst", "r") as fh: # ========== Package Setup ========== setuptools.setup( name="file_scripts", - version="0.1.1", + version="0.9", author="Eric Torres", author_email="erictorres4@protonmail.com", description="File-related helper scripts",