From aad29e36e9bdf5d49832a8eb19e3aeb75bd2ae03 Mon Sep 17 00:00:00 2001 From: JOSHUA Robert Boverhof Date: Mon, 14 Oct 2024 09:25:46 -0700 Subject: [PATCH] 3.24.dev0 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index eedd76bf5..9adcd5a53 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -94,9 +94,9 @@ # built documents. # # The short X.Y version. -version = "3.23.dev0" +version = "3.24.dev0" # The full version, including alpha/beta/rc tags. -release = "3.23.dev0" +release = "3.24.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 21674124b..3da7c64ca 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # default_version is the version if "git describe --tags" falls through # Additional 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.23.dev0" +default_version = "3.24.dev0" try: version = (