Skip to content
Snippets Groups Projects
Commit b441c8b4 authored by Sylvain Le Bon's avatar Sylvain Le Bon
Browse files

update: release 0.4.1

parent 663903cc
No related branches found
Tags v0.5.52
No related merge requests found
...@@ -2,12 +2,12 @@ from setuptools import setup ...@@ -2,12 +2,12 @@ from setuptools import setup
setup( setup(
name='djangoldp', name='djangoldp',
version='0.4a3', version='0.4.1',
url='https://git.happy-dev.fr/happy-dev/djangoldp/', url='https://git.happy-dev.fr/happy-dev/djangoldp/',
author="Startin'blox", author="Startin'blox",
author_email='sylvain@happy-dev.fr', author_email='sylvain@happy-dev.fr',
description='Linked Data Platform interface for Django Rest Framework', description='Linked Data Platform interface for Django Rest Framework',
packages=['djangoldp'], packages=['djangoldp', 'djangoldp.migrations'],
zip_safe=False, zip_safe=False,
platforms='any', platforms='any',
license='MIT', license='MIT',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment