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,