From c81d03e1edf156ba7b4a22627dc44719f08f853e Mon Sep 17 00:00:00 2001 From: Immanuel Bayer Date: Thu, 13 Oct 2016 10:22:57 +0200 Subject: [PATCH] update release version --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 117edb8..5b87667 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.2.5' +release = '0.2.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index cf29680..7dd1750 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ packages=['fastFM'], - version='0.2.5', + version='0.2.6', url='http://ibayer.github.io/fastFM', author='Immanuel Bayer', author_email='immanuel.bayer@uni-konstanz.de',