diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 46715e7..f1ce90b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1.dev2 +current_version = 1.1.1 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P\w+)(?P\d+))? diff --git a/docs_source/conf.py b/docs_source/conf.py index 41b6cca..5cbe5d0 100644 --- a/docs_source/conf.py +++ b/docs_source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.1.1.dev2" +release = "1.1.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d29d60a..9084f43 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="pewanalytics", - version="1.1.1.dev2", + version="1.1.1", description="Utilities for text processing and statistical analysis from Pew Research Center", long_description=readme, long_description_content_type="text/markdown",