Skip to content

Commit 6ec92a7

Browse files
author
Jeff Tharp
committed
Fix download URL
1 parent 65720c7 commit 6ec92a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elasticstat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'Jeff Tharp'
2-
__version__ = '1.1.0'
2+
__version__ = '1.2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author=__author__,
1010
author_email='[email protected]',
1111
url = 'https://github.com/objectrocket/elasticstat',
12-
download_url = 'https://github.com/objectrocket/elasticstat/archive/1.0.0.tar.gz',
12+
download_url = 'https://github.com/objectrocket/elasticstat/archive/1.2.0.tar.gz',
1313
install_requires=['elasticsearch'],
1414
packages=['elasticstat'],
1515
entry_points={

0 commit comments

Comments
 (0)