From 2a1a8c0b61068ba80d4d9d7183d14f87d3dedac4 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Thu, 30 Aug 2018 15:04:59 -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 4dcdf9e..584b8b3 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.1.0' +release = u'0.1.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 70e1f93..a48d892 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='reprexpy', - version='0.1.0', + version='0.1.1', description='Render reproducible examples of Python code (port of R ' 'package `reprex`)', long_description=long_description,