Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureSharks authored Dec 22, 2020
1 parent e992ede commit cb213c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setup(
name="invokust",
version="0.74",
version="0.76",
author="Max Williams",
author_email="futuresharks@gmail.com",
description="A small wrapper for locust to allow running load tests from within Python or on AWS Lambda",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/FutureSharks/invokust",
download_url="https://github.com/FutureSharks/invokust/archive/0.74.tar.gz",
download_url="https://github.com/FutureSharks/invokust/archive/0.76.tar.gz",
license="MIT",
scripts=["invokr.py"],
packages=[
Expand Down

0 comments on commit cb213c1

Please sign in to comment.