From cf374c79938cb1cbdc16016b23a6f94ebd9607ed Mon Sep 17 00:00:00 2001 From: Lev Givon Date: Sun, 22 Mar 2015 08:58:03 -0400 Subject: [PATCH] Bump release again to trigger DOI assignment. --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6fdc650..110450a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -106,9 +106,9 @@ def __getitem__(self, v): # built documents. # # The short X.Y version. -version = '0.1.2' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.2' +release = '0.1.2.1' # 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 e1a5977..1180533 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup NAME = 'vtem' -VERSION = '0.1.2' +VERSION = '0.1.2.1' AUTHOR = 'Yiyin Zhou' AUTHOR_EMAIL = 'yz2227@columbia.edu' URL = 'https://github.com/bionet/vtem/'