Added PyPi badge to README

This commit is contained in:
Swen Kooij
2016-10-21 15:22:41 +03:00
parent 2be158ba5f
commit e74d217450
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
setup(
name='django-localized-fields',
version='1.0',
version='1.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',