Skip to content

Commit d438259

Browse files
committed
Bumping version
1 parent f55eb83 commit d438259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Quickstart
3636

3737
Install Django Elasticsearch DSL::
3838

39-
pip install https://github.com/sabricot/django-elasticsearch-dsl/archive/6.4.0.tar.gz
39+
pip install https://github.com/sabricot/django-elasticsearch-dsl/archive/6.4.1.tar.gz
4040

4141

4242

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
version = '6.4.0'
11+
version = '6.4.1'
1212

1313
if sys.argv[-1] == 'publish':
1414
try:

0 commit comments

Comments
 (0)