Skip to content

Commit 4614ab4

Browse files
committed
Release of v2.0.0
1 parent e6389d2 commit 4614ab4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "flopyparser"
7-
version = "1.0.0"
7+
version = "2.0.0"
88
description = "Converts MODFLOW input files to a Python Flopy script"
99
authors = [
1010
{name = "Bas des Tombe", email = "bdestombe@gmail.com"},
@@ -36,9 +36,6 @@ dev = [
3636
"pytest>=6.0",
3737
"ruff>=0.1.0",
3838
]
39-
format = [
40-
"yapf",
41-
]
4239

4340
[project.urls]
4441
Homepage = "https://github.com/bdestombe/python-flopy-parser"

0 commit comments

Comments
 (0)