diff --git a/setup.py b/setup.py index eba1705..12212ef 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='django-serializable-model', - version='0.0.3', + version='0.0.4', description=('Django classes to make your models, managers, and ' + 'querysets serializable, with built-in support for related ' + 'objects in ~100 LoC'),