From e09c8429baa3094e9003b9a63ed24efda289e4ea Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 27 Mar 2019 17:26:34 -0700 Subject: [PATCH] Update setup.py version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7170a18..752a306 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.rst", "r") as fh: setuptools.setup( name="packaging_scripts", - version="1.3", + version="1.3.1", author="Eric Russel Torres", author_email="erictorres4@protonmail.com", description="A set of helpers for automating borg interaction",