Skip to content

Commit

Permalink
change to 0.3.0 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
patkyn committed Sep 25, 2024
1 parent 08a5def commit b43cfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dwcahandler"
version = "0.3.0b1"
version = "0.3.0"
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"
authors = ["Atlas of Living Australia data team <[email protected]>"]
maintainers = ["Atlas of Living Australia data team <[email protected]>"]
Expand Down
1 change: 1 addition & 0 deletions tests/test_merge_dwca.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from io import BytesIO
from numpy import nan


class TestMergeDwcaContent:

def test_merge_core_records(self):
Expand Down

0 comments on commit b43cfd3

Please sign in to comment.