diff --git a/docs/conf.py b/docs/conf.py index 68317724f..87c0f79bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ author = 'GMLC-DISPATCHES Collaboration' # The full version, including alpha/beta/rc tags -release = '1.1.0rc0' +release = '1.1.0' # The short X.Y version -version = '1.1.0rc0' +version = '1.1.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3b9b2bd62..4811def75 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ class SpecialDependencies: setup( name="dispatches", url="https://github.com/gmlc-dispatches/dispatches", - version="1.1.0rc0", + version="1.1.0", description="GMLC DISPATCHES software tools", long_description=long_description, long_description_content_type="text/plain",