Skip to content

Commit 233cee4

Browse files
authored
Update setup.py
1 parent 0dc0353 commit 233cee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='django-elasticsearch-debug-toolbar',
88
packages=find_packages(),
9-
version='1.0.4',
9+
version='1.1.0',
1010
description='A Django Debug Toolbar panel for Elasticsearch',
1111
long_description=open('README.md').read(),
1212
author='Benoit Chabord',
@@ -24,4 +24,4 @@
2424
'Programming Language :: Python :: 2.7',
2525
],
2626
test_suite='nose.collector',
27-
)
27+
)

0 commit comments

Comments
 (0)