Skip to content

Commit

Permalink
Version bump and adds contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Sep 28, 2013
1 parent 732cc64 commit 0647938
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.rst
@@ -0,0 +1,4 @@
Primary developers and contributors

Ben Lopatin @bennylope
Basil Shubin @bashu
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -2,7 +2,7 @@
elasticstack
============

:Version: 0.0.4
:Version: 0.0.5
:Status: alpha
:Author: Ben Lopatin (http://benlopatin.com)

Expand Down
6 changes: 6 additions & 0 deletions elasticstack/__init__.py
@@ -0,0 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__title__ = 'elasticstack'
__author__ = 'Ben Lopatin'
__version__ = '0.0.5'
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -6,7 +6,7 @@
author="Ben Lopatin",
author_email="ben.lopatin@wellfireinteractive.com",
name='elasticstack',
version='0.0.4',
version='0.0.5',
description='Configurable indexing and other extras for Haystack (with ElasticSearch biases)',
long_description=open(os.path.join(os.path.dirname(__file__),
'README.rst')).read(),
Expand All @@ -24,8 +24,9 @@
],
install_requires=[
'Django>=1.4',
'django-haystack>=2.0.0',
],
include_package_data=True,
packages=find_packages(),
zip_safe=False
zip_safe=False,
)

0 comments on commit 0647938

Please sign in to comment.