From 520ed58869fe614e4e3352a12b14ed875a8564b7 Mon Sep 17 00:00:00 2001 From: Rolf Jagerman Date: Thu, 29 Jun 2017 11:46:21 +0200 Subject: [PATCH] Bump version to 0.2.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8218beb..b7f0f99 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ setup( name='shoelace', - version='0.1.0', + version='0.2.0', description='Neural Learning to Rank using Chainer', url='https://github.com/rjagerman/shoelace', - download_url = 'https://github.com/rjagerman/shoelace/archive/v0.1.0.tar.gz', + download_url = 'https://github.com/rjagerman/shoelace/archive/v0.2.0.tar.gz', author='Rolf Jagerman', author_email='rjagerman@gmail.com', license='MIT',