From 7018aaac3c3e5d8cd20d75d145cbafc08a4132eb Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 25 Mar 2019 21:57:25 -0700 Subject: [PATCH] Update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 803da42..e6adc38 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ with open("README.rst", "r") as fh: setuptools.setup( name="packaging_scripts", - version="1.2", + version="1.3", author="Eric Russel Torres", author_email="erictorres4@protonmail.com", description="A set of helpers for automating borg interaction", long_description=long_description, long_description_content_type="text/plain", url="", - packages=['packaging_scripts'], + packages=["packaging_scripts"], scripts=["bin/addpkg", "bin/delpkg", "bin/fqo"], classifiers=[ "Programming Language :: Python :: 3",