There was an error while loading. Please reload this page.
1 parent 06833c6 commit 3867d44Copy full SHA for 3867d44
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name='django-webmention',
14
- version='0.0.3',
+ version='0.0.4',
15
packages=find_packages(),
16
description='A pluggable implementation of webmention for Django projects.',
17
keywords='webmention pingback linkback blogging',
@@ -31,5 +31,6 @@
31
'License :: OSI Approved :: MIT License',
32
'Programming Language :: Python :: 3',
33
'Programming Language :: Python :: 3.4',
34
+ 'Programming Language :: Python :: 3.5',
35
],
36
)
0 commit comments