Skip to content

Commit e7ddcfe

Browse files
committed
release as version 1.0
1 parent 3a29a8e commit e7ddcfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
setup(
66
name='django-multi-form-view',
7-
version='0.0.2',
7+
version='1.0',
88
author=u'Tim Best',
99
packages=find_packages(),
10-
url='https://github.com/timbest/django-multi-form-view',
10+
url='https://github.com/TimBest/django-multi-form-view',
1111
license='GNU licence, see LICENCE',
12-
description='Class based views for handling more than one form in a view',
12+
description='Class based views for handling more than one form in a single view',
1313
long_description=open('README.md').read(),
1414
zip_safe=False,
1515
)

0 commit comments

Comments
 (0)