We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186bc5c commit 8f21422Copy full SHA for 8f21422
3 files changed
docs/conf.py
@@ -8,7 +8,7 @@
8
9
project = "modflow-devtools"
10
author = "MODFLOW Team"
11
-release = "1.9.1"
+release = "1.10.0.dev0"
12
13
# -- General configuration ---------------------------------------------------
14
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
modflow_devtools/__init__.py
@@ -1,6 +1,6 @@
1
__author__ = "Joseph D. Hughes"
2
__date__ = "Mar 05, 2026"
3
-__version__ = "1.9.1"
+__version__ = "1.10.0.dev0"
4
__maintainer__ = "Joseph D. Hughes"
5
__email__ = "jdhughes@usgs.gov"
6
__status__ = "Production"
version.txt
@@ -1 +1 @@
-1.9.1
+1.10.0.dev0
0 commit comments