Skip to content

Commit 5bbaf85

Browse files
committed
Bumped to v3.2.0!
1 parent 65ac0ab commit 5bbaf85

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pysolr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

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

5757

5858
def get_version():

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="pysolr",
9-
version="3.1.0",
9+
version="3.2.0",
1010
description="Lightweight python wrapper for Apache Solr.",
1111
author='Daniel Lindsley',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)