Skip to content

Commit 381430d

Browse files
committed
ci(release): update version to 1.5.0.dev0
1 parent fb56744 commit 381430d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Python package for building MODFLOW-based programs from source files.
44

5-
### Version 1.4.0
5+
### Version 1.5.0.dev0
66

77
[![PyPI Version](https://img.shields.io/pypi/v/mfpymake.png)](https://pypi.python.org/pypi/mfpymake)
88
[![Anaconda Version](https://anaconda.org/conda-forge/mfpymake/badges/version.svg)](https://anaconda.org/conda-forge/mfpymake)

pymake/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Joseph D. Hughes"
2-
__date__ = "February 14, 2025"
3-
__version__ = "1.4.0"
2+
__date__ = "February 13, 2025"
3+
__version__ = "1.5.0.dev0"
44
__maintainer__ = "Joseph D. Hughes"
55
__email__ = "[email protected]"
66
__status__ = "Production"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.5.0.dev0

0 commit comments

Comments
 (0)