From 28c6cc55ebc4247ff7562b1da0f1245ba97b9ff1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 23 Jan 2023 21:20:20 +0100 Subject: [PATCH] bump to 0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fc0082..b6549ac 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '0.8', + version = '0.9', install_requires = [ 'django>=1.4.0', 'django-json-rpc', -- 2.39.5