From 55350ad03d28167cb383f7fd8361f046eb5fe9c9 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Mon, 27 Aug 2018 15:25:10 -0400 Subject: [PATCH] bump version --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6332fc1..4dcdf9e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'0.0.0.9000' +release = u'0.1.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f020785..51058eb 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='reprexpy', - version='0.0.0.9000', + version='0.1.0', description='Render reproducible examples of Python code (port of R ' 'package `reprex`)', long_description=long_description,