From 2f2ef020d37e72747d0f598573722025de531043 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 25 Mar 2019 14:46:22 -0700 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c211e8..0867aa3 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.1.6", + version="1.2", author="Eric Russel Torres", author_email="erictorres4@protonmail.com", description="A set of helpers for automating borg interaction",