From 7096a7724ee59f1afbeadf2b4dc3c7290c3f2836 Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Fri, 20 Dec 2024 17:30:30 -0600 Subject: [PATCH] sync master and update version --- README.md | 2 +- pymake/config.py | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60965be..60f34a6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Python package for building MODFLOW-based programs from source files. -### Version 1.3.0 +### Version 1.4.0.dev0 [![PyPI Version](https://img.shields.io/pypi/v/mfpymake.png)](https://pypi.python.org/pypi/mfpymake) [![Anaconda Version](https://anaconda.org/conda-forge/mfpymake/badges/version.svg)](https://anaconda.org/conda-forge/mfpymake) diff --git a/pymake/config.py b/pymake/config.py index 99a8592..1af700c 100644 --- a/pymake/config.py +++ b/pymake/config.py @@ -1,6 +1,6 @@ __author__ = "Joseph D. Hughes" __date__ = "December 20, 2024" -__version__ = "1.3.0" +__version__ = "1.4.0.dev0" __maintainer__ = "Joseph D. Hughes" __email__ = "jdhughes@usgs.gov" __status__ = "Production" diff --git a/version.txt b/version.txt index 589268e..b58da95 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.4.0.dev0 \ No newline at end of file