From afb3e634431784b230b482f7d25969ecb8ccf942 Mon Sep 17 00:00:00 2001 From: Nathan Franklin Date: Tue, 2 Jun 2015 12:52:05 +0200 Subject: [PATCH] set version to 0.1.3 --- doc/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 993bfce..f09bcc0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -78,7 +78,7 @@ def __getattr__(cls, name): # The short X.Y version. version = '0.1.3' # The full version, including alpha/beta/rc tags. -release = '0.1.3.dev0' +release = '0.1.3' # 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 af745a0..9bc9581 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.rst', 'r') as readme: README_TEXT = readme.read() -VERSION = '0.1.3.dev0' +VERSION = '0.1.3' def write_version_py(filename=None):