diff --git a/docs/source/conf.py b/docs/source/conf.py index b0bf9fa..344e438 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.3.0' +release = u'0.3.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d7abfce..ec79528 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='reprexpy', - version='0.3.0', + version='0.3.1', description='Render reproducible examples of Python code (port of R ' 'package `reprex`)', long_description=long_description,