Skip to content

Commit 4580bf5

Browse files
committed
Fix version number to be higher
1 parent a451571 commit 4580bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setup(
77
name = 'invokust',
8-
version = '0.7',
8+
version = '0.71',
99
author = 'Max Williams',
1010
author_email = 'futuresharks@gmail.com',
1111
description = 'A small wrapper for locust to allow running load tests from within Python or on AWS Lambda',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url = 'https://github.com/FutureSharks/invokust',
15-
download_url = 'https://github.com/FutureSharks/invokust/archive/0.7.tar.gz',
15+
download_url = 'https://github.com/FutureSharks/invokust/archive/0.71.tar.gz',
1616
license = 'MIT',
1717
scripts = ['invokr.py'],
1818
packages = [

0 commit comments

Comments
 (0)