diff --git a/docs/source/conf.py b/docs/source/conf.py index b60da2da4..8c868e446 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -89,9 +89,9 @@ # built documents. # # The short X.Y version. -version = "3.19.dev0" +version = "3.20.dev0" # The full version, including alpha/beta/rc tags. -release = "3.19.dev0" +release = "3.20.dev0" # 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 36149d733..6bcf42c45 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # default_version is the version if "git describe --tags" falls through # Addtional package info is set in foqus_lib/version/version.template. # The version module, just makes it a bit easier for FOQUS to pull package info -default_version = "3.19.dev0" +default_version = "3.20.dev0" try: version = (