diff --git a/docs/conf.py b/docs/conf.py index 7cf9d12d..d3c65404 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = "2.3.4.dev1" +version = "2.3.4" # The full version, including alpha/beta/rc tags. -release = "2.3.4.dev1" +release = "2.3.4" # 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 398f31eb..13c3967d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.3.4.dev1", + version="2.3.4", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",