Skip to content

Commit 4497f77

Browse files
committed
Merge branch 'master' of github.com:dstegelman/django-bootstrap-static into update/2.0.4
2 parents e40d6b1 + 2187174 commit 4497f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22

3-
version = '2.0.2'
3+
version = '2.0.3'
44

55
setup(name='django-bootstrap-static',
66
version=version,
7-
description="A Collection of Bootstrap static",
7+
description="A Collection of Bootstrap static files.",
88
long_description=open("README.md", "r").read(),
99
classifiers=[
1010
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)