diff --git a/README.md b/README.md index 47b236f..14dda82 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Python package for building MODFLOW-based programs from source files. -### Version 1.2.10.dev0 +### Version 1.2.10 [![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/pixi.toml b/pixi.toml index 9b13c7a..d6f43bf 100644 --- a/pixi.toml +++ b/pixi.toml @@ -52,4 +52,4 @@ coverage-report = { cmd = "coverage report", cwd = "autotest"} # release update-version = { cmd = "python scripts/update_version.py -v"} -create-codejson = { cmd = "make-code-json" } \ No newline at end of file +create-codejson = { cmd = "make-code-json" } diff --git a/pymake/config.py b/pymake/config.py index c272e11..bd41d21 100644 --- a/pymake/config.py +++ b/pymake/config.py @@ -1,3 +1,9 @@ +# mfpymake version file automatically created using +# update_version.py on June 17, 2024 00:23:05 + +# mfpymake version file automatically created using +# update_version.py on June 16, 2024 18:36:44 + __author__ = "Joseph D. Hughes" __date__ = "June 17, 2024" __version__ = "1.2.10" diff --git a/version.txt b/version.txt index 5924f6d..963ed7c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.10.dev0 \ No newline at end of file +1.2.10