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 fb56744 commit 381430dCopy full SHA for 381430d
README.md
@@ -2,7 +2,7 @@
2
3
Python package for building MODFLOW-based programs from source files.
4
5
-### Version 1.4.0
+### Version 1.5.0.dev0
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 14, 2025"
-__version__ = "1.4.0"
+__date__ = "February 13, 2025"
+__version__ = "1.5.0.dev0"
__maintainer__ = "Joseph D. Hughes"
__email__ = "[email protected]"
__status__ = "Production"
version.txt
@@ -1 +1 @@
-1.4.0
+1.5.0.dev0
0 commit comments