Skip to content

Commit f1a7442

Browse files
committed
Bump version in setup.py. Add Django 1.9 to listed frameworks
1 parent e8247f4 commit f1a7442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='django-webmention',
14-
version='0.0.2',
14+
version='0.0.3',
1515
packages=find_packages(),
1616
description='A pluggable implementation of webmention for Django projects.',
1717
keywords='webmention pingback linkback blogging',
@@ -26,6 +26,7 @@
2626
'Intended Audience :: Developers',
2727
'Framework :: Django',
2828
'Framework :: Django :: 1.8',
29+
'Framework :: Django :: 1.9',
2930
'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
3031
'License :: OSI Approved :: MIT License',
3132
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)