From 79dbfdd185b3b77cb02bfd7bf02c4d254a720eca Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Thu, 30 May 2024 15:14:03 -0400 Subject: [PATCH] ci(release): update to development version 1.7.0.dev0 --- docs/conf.py | 2 +- modflow_devtools/__init__.py | 2 +- version.txt | 2 +- version.txt.lock | 0 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 version.txt.lock diff --git a/docs/conf.py b/docs/conf.py index 81f36ec..94ce53d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,7 @@ project = "modflow-devtools" author = "MODFLOW Team" -release = '1.6.0' +release = "1.7.0.dev0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/modflow_devtools/__init__.py b/modflow_devtools/__init__.py index 84768a3..898cbd0 100644 --- a/modflow_devtools/__init__.py +++ b/modflow_devtools/__init__.py @@ -1,6 +1,6 @@ __author__ = "Joseph D. Hughes" __date__ = "May 30, 2024" -__version__ = "1.6.0" +__version__ = "1.7.0.dev0" __maintainer__ = "Joseph D. Hughes" __email__ = "jdhughes@usgs.gov" __status__ = "Production" diff --git a/version.txt b/version.txt index ce6a70b..b3a705f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.7.0.dev0 \ No newline at end of file diff --git a/version.txt.lock b/version.txt.lock deleted file mode 100644 index e69de29..0000000