We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6389d2 commit 4614ab4Copy full SHA for 4614ab4
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "flopyparser"
7
-version = "1.0.0"
+version = "2.0.0"
8
description = "Converts MODFLOW input files to a Python Flopy script"
9
authors = [
10
{name = "Bas des Tombe", email = "bdestombe@gmail.com"},
@@ -36,9 +36,6 @@ dev = [
36
"pytest>=6.0",
37
"ruff>=0.1.0",
38
]
39
-format = [
40
- "yapf",
41
-]
42
43
[project.urls]
44
Homepage = "https://github.com/bdestombe/python-flopy-parser"
0 commit comments