diff --git a/docs/conf.py b/docs/conf.py index f088acc2..479cdee8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.20.dev' +version = '2.2.20' # The full version, including alpha/beta/rc tags. -release = '2.2.20.dev' +release = '2.2.20' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c0e3ff44..8fc77bb2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.2.20.dev", + version="2.2.20", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",