Skip to content

Commit d7bfd60

Browse files
authored
Set version 0.4.0
1 parent cc8674e commit d7bfd60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dwcahandler"
3-
version = "0.4.0b1"
3+
version = "0.4.0"
44
description = "Python package to handle Darwin Core Archive (DwCA) operations. This includes creating a DwCA zip file from one or more csvs, reading a DwCA, merge two DwCAs, validate DwCA and delete records from DwCA based on one or more key columns"
55
authors = ["Atlas of Living Australia data team <support@ala.org.au>"]
66
maintainers = ["Atlas of Living Australia data team <support@ala.org.au>"]
@@ -26,4 +26,4 @@ requires = ["poetry-core"]
2626
build-backend = "poetry.core.masonry.api"
2727

2828
[tool.pytest.ini_options]
29-
pythonpath = "src"
29+
pythonpath = "src"

0 commit comments

Comments
 (0)