We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416d24b commit 5d4bfaeCopy full SHA for 5d4bfae
setup.py
@@ -4,13 +4,13 @@
4
setup(
5
name="gophish",
6
packages=["gophish", "gophish.api"],
7
- version="0.2.5",
+ version="0.3.0",
8
description="Python API Client for Gophish",
9
author="Jordan Wright",
10
author_email="python@getgophish.com",
11
url="https://github.com/gophish/api-client-python",
12
license="MIT",
13
- download_url="https://github.com/gophish/api-client-python/tarball/0.2.2",
+ download_url="https://github.com/gophish/api-client-python/tarball/0.3.0",
14
keywords=["gophish"],
15
classifiers=[
16
"Development Status :: 3 - Alpha",
0 commit comments