We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5cf6b commit 5ba5514Copy full SHA for 5ba5514
README.md
@@ -2,7 +2,7 @@
2
3
Python package for building MODFLOW-based programs from source files.
4
5
-### Version 1.5.0.dev0
+### Version 1.5.0
6
7
[](https://pypi.python.org/pypi/mfpymake)
8
[](https://anaconda.org/conda-forge/mfpymake)
pymake/config.py
@@ -1,6 +1,6 @@
1
__author__ = "Joseph D. Hughes"
-__date__ = "February 13, 2025"
-__version__ = "1.5.0.dev0"
+__date__ = "May 23, 2025"
+__version__ = "1.5.0"
__maintainer__ = "Joseph D. Hughes"
__email__ = "[email protected]"
__status__ = "Production"
version.txt
@@ -1 +1 @@
-1.5.0.dev0
+1.5.0
0 commit comments