From b8f053b9769be0ac704ea3523ffe797732d646a4 Mon Sep 17 00:00:00 2001 From: etorres4 Date: Sat, 19 Mar 2022 00:18:29 -0700 Subject: [PATCH] Fully implement pug2 script --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3acf71..047ac4b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ with open("README.rst", "r") as fh: # ========== Package Setup ========== setuptools.setup( name="packaging_scripts", - version="1.5.1", + version="1.5.2", author="Eric Russel Torres", author_email="erictorres4@protonmail.com", description="A set of helpers for automating borg interaction",