diff --git a/docs/conf.py b/docs/conf.py index b660226def..fdbe596ac2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,9 +23,9 @@ author = 'NAWI' # The full version, including alpha/beta/rc tags -release = '0.2.0rc0' +release = '0.2.0' # The short X.Y version -version = '0.2.0rc0' +version = '0.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index fd2597c26d..4cbe6e9924 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup( name="proteuslib", url="https://github.com/nawi-hub/proteuslib", - version="0.2.0rc0", + version="0.2.0", description="ProteusLib modeling library", long_description=long_description, long_description_content_type="text/plain",