From 5cdce93533ebde9b7670d7c4eb80dd5f2e6f2a2a Mon Sep 17 00:00:00 2001 From: Alexis Rodriguez Date: Tue, 8 Aug 2023 20:35:47 -0400 Subject: [PATCH] Updates version to 1.6.8 --- __about__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__about__.py b/__about__.py index 640868a..074e497 100644 --- a/__about__.py +++ b/__about__.py @@ -1,3 +1,3 @@ """ about.py """ -__version__ = "1.6.7" +__version__ = "1.6.8" diff --git a/setup.py b/setup.py index 630e2f0..ee5a03f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ghast-scanner', - version='1.6.7', + version='1.6.8', packages=find_packages(), install_requires=[ 'iniconfig==2.0.0',