From: Guillaume Pellerin Date: Mon, 23 Jan 2023 20:20:20 +0000 (+0100) Subject: bump to 0.9 X-Git-Tag: 0.9 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=28c6cc55ebc4247ff7562b1da0f1245ba97b9ff1;p=telecaster-client.git bump to 0.9 --- 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',