diff --git a/pysolr.py b/pysolr.py index 9a484a74..294dc238 100644 --- a/pysolr.py +++ b/pysolr.py @@ -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(): diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..5e409001 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1 diff --git a/setup.py b/setup.py index 29ae34cd..690820e5 100644 --- a/setup.py +++ b/setup.py @@ -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='daniel@toastdriven.com',