diff --git a/docs/conf.py b/docs/conf.py index 1a7f72fb..00046473 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # built documents. # # The short X.Y version. -version = "2.2.24.dev1" +version = "2.2.24" # The full version, including alpha/beta/rc tags. release = "2.2.23" diff --git a/setup.py b/setup.py index c22cc404..6c3266a2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.2.24.dev1", + version="2.2.24", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",