Skip to content

Commit

Permalink
Merge branch 'master' into v1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jun 17, 2024
2 parents 5eba8d0 + b6177e4 commit 5d0284f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
create-codejson = { cmd = "make-code-json" }
6 changes: 6 additions & 0 deletions pymake/config.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.10.dev0
1.2.10

0 comments on commit 5d0284f

Please sign in to comment.