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 f8839f5 + 1a864d3 commit d75040cCopy full SHA for d75040c
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup, find_packages
2
3
-version = '2.0.2'
+version = '2.0.4'
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