From 3082d58262116b76ebb935798ceebe8808ada8a6 Mon Sep 17 00:00:00 2001 From: EtienneCmb Date: Tue, 13 Jun 2017 19:02:26 +0200 Subject: [PATCH] Bump to version 0.2.7 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e198152c0..cad764c23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = '0.2.6' +version = '0.2.7' # The full version, including alpha/beta/rc tags. -release = '0.2.6' +release = '0.2.7' # 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 d26994f33..ba1021da0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from pip.req import parse_requirements from optparse import Option -__version__ = "0.2.6" +__version__ = "0.2.7" NAME = 'visbrain' AUTHOR = "Visbrain developpers" MAINTAINER = "Etienne Combrisson"