Skip to content

Commit 0978ef5

Browse files
committed
Bumped version to 0.4.0
1 parent cd2b18f commit 0978ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 gophish
3+
Copyright (c) 2020 gophish
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
setup(
55
name="gophish",
66
packages=["gophish", "gophish.api"],
7-
version="0.3.0",
7+
version="0.4.0",
88
description="Python API Client for Gophish",
99
author="Jordan Wright",
1010
author_email="python@getgophish.com",
1111
url="https://github.com/gophish/api-client-python",
1212
license="MIT",
13-
download_url="https://github.com/gophish/api-client-python/tarball/0.3.0",
13+
download_url="https://github.com/gophish/api-client-python/tarball/0.4.0",
1414
keywords=["gophish"],
1515
classifiers=[
1616
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)