From 1a8a6be31d43925e8cec903c4834869951b68ea6 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Thu, 17 Sep 2020 21:05:47 -0500 Subject: [PATCH] Bumping version to 0.5.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4b8aacc..9fc8a07 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ setup( name="gophish", packages=["gophish", "gophish.api"], - version="0.4.0", + version="0.5.1", description="Python API Client for Gophish", author="Jordan Wright", author_email="python@getgophish.com", url="https://github.com/gophish/api-client-python", license="MIT", - download_url="https://github.com/gophish/api-client-python/tarball/0.4.0", + download_url="https://github.com/gophish/api-client-python/tarball/0.5.1", keywords=["gophish"], classifiers=[ "Development Status :: 3 - Alpha",