diff --git a/README.md b/README.md index caa40bd..c705485 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![mailchimp3 v1.0.24 on PyPi](https://img.shields.io/badge/pypi-1.0.24-green.svg)](https://pypi.python.org/pypi/mailchimp3) +[![mailchimp3 v1.0.26 on PyPi](https://img.shields.io/badge/pypi-1.0.26-green.svg)](https://pypi.python.org/pypi/mailchimp3) ![MIT license](https://img.shields.io/badge/licence-MIT-blue.svg) ![Stable](https://img.shields.io/badge/status-stable-green.svg) diff --git a/README.rst b/README.rst index bd722aa..5f9e45f 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|mailchimp3 v1.0.24 on PyPi| |MIT license| |Stable| +|mailchimp3 v1.0.26 on PyPi| |MIT license| |Stable| python-mailchimp-api ==================== @@ -241,7 +241,7 @@ License The project is licensed under the MIT License. -.. |mailchimp3 v1.0.17 on PyPi| image:: https://img.shields.io/badge/pypi-1.0.17-green.svg +.. |mailchimp3 v1.0.26 on PyPi| image:: https://img.shields.io/badge/pypi-1.0.26-green.svg :target: https://pypi.python.org/pypi/mailchimp3 .. |MIT license| image:: https://img.shields.io/badge/licence-MIT-blue.svg .. |Stable| image:: https://img.shields.io/badge/status-stable-green.svg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..2a9acf1 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1 diff --git a/setup.py b/setup.py index d8b7cae..8afb0ab 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='mailchimp3', - version='1.0.24', + version='1.0.26', description='A python client for v3 of MailChimp API', long_description=long_description, url='https://github.com/charlesthk/python-mailchimp',