Skip to content

Commit 3867d44

Browse files
committed
Update version number and supported Python versions
1 parent 06833c6 commit 3867d44

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.3',
14+
version='0.0.4',
1515
packages=find_packages(),
1616
description='A pluggable implementation of webmention for Django projects.',
1717
keywords='webmention pingback linkback blogging',
@@ -31,5 +31,6 @@
3131
'License :: OSI Approved :: MIT License',
3232
'Programming Language :: Python :: 3',
3333
'Programming Language :: Python :: 3.4',
34+
'Programming Language :: Python :: 3.5',
3435
],
3536
)

0 commit comments

Comments
 (0)