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,