From c5161c8936659a2fa9192964dfd06a743041a54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Sat, 22 Oct 2016 09:05:23 +0200 Subject: [PATCH] Update ogn-client --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e756d2b..929bec5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='ogn-python', - version='0.2.1', + version='0.3.0', description='A database backend for the Open Glider Network', long_description=long_description, url='https://github.com/glidernet/ogn-python', @@ -40,7 +40,7 @@ setup( 'aerofiles==0.3', 'geoalchemy2==0.3.0', 'shapely==1.5.15', - #'ogn-client==0.5.0', + 'ogn-client==0.6.0', 'psycopg2==2.6.1' ], extras_require={