Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Sep 27, 2023
1 parent 4896ae7 commit cb0efad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
message: If you use this software, please cite it as below.
authors:
- family-names: Koolen
given-names: Marijn
orcid: https://orcid.org/0000-0002-0301-2029
- family-names: Buitendijk
given-names: Bram
orcid: https://orcid.org/0000-0002-3755-5929
title: "pagexml-tools"
version: 0.3.4
date-released: 2023-05-11
- family-names: Koolen
given-names: Marijn
orcid: https://orcid.org/0000-0002-0301-2029
- family-names: Buitendijk
given-names: Bram
orcid: https://orcid.org/0000-0002-3755-5929
title: pagexml-tools
version: 0.4.0
date-released: 2023-09-27
2 changes: 1 addition & 1 deletion pagexml/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.4'
__version__ = '0.4.0'
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 = "pagexml-tools"
version = "0.3.4"
version = "0.4.0"
description = "Utility functions for reading PageXML files"
authors = ["Marijn Koolen <marijn.koolen@huygens.knaw.nl>", "Bram Buitendijk <bram.buitendijk@di.huc.knaw.nl>"]
readme = "README.md"
Expand Down

0 comments on commit cb0efad

Please sign in to comment.