Skip to content

Commit

Permalink
Bumped to v3.2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Jan 27, 2014
1 parent 65ac0ab commit 5bbaf85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pysolr.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

__author__ = 'Daniel Lindsley, Joseph Kocherhans, Jacob Kaplan-Moss'
__all__ = ['Solr']
__version__ = (3, 1, 0)
__version__ = (3, 2, 0)


def get_version():
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wheel]
universal = 1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pysolr",
version="3.1.0",
version="3.2.0",
description="Lightweight python wrapper for Apache Solr.",
author='Daniel Lindsley',
author_email='[email protected]',
Expand Down

0 comments on commit 5bbaf85

Please sign in to comment.