1 parent a451571 commit 4580bf5Copy full SHA for 4580bf5
1 file changed
setup.py
@@ -5,14 +5,14 @@
5
6
setup(
7
name = 'invokust',
8
- version = '0.7',
+ version = '0.71',
9
author = 'Max Williams',
10
author_email = 'futuresharks@gmail.com',
11
description = 'A small wrapper for locust to allow running load tests from within Python or on AWS Lambda',
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url = 'https://github.com/FutureSharks/invokust',
15
- download_url = 'https://github.com/FutureSharks/invokust/archive/0.7.tar.gz',
+ download_url = 'https://github.com/FutureSharks/invokust/archive/0.71.tar.gz',
16
license = 'MIT',
17
scripts = ['invokr.py'],
18
packages = [
0 commit comments