We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e40d6b1 + 2187174 commit 4497f77Copy full SHA for 4497f77
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup, find_packages
2
3
-version = '2.0.2'
+version = '2.0.3'
4
5
setup(name='django-bootstrap-static',
6
version=version,
7
- description="A Collection of Bootstrap static",
+ description="A Collection of Bootstrap static files.",
8
long_description=open("README.md", "r").read(),
9
classifiers=[
10
"Development Status :: 5 - Production/Stable",
0 commit comments