Skip to content

Commit

Permalink
release: 🔖 version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Oct 30, 2024
2 parents a285abb + 7251b50 commit dc16e15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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 = "roc-validator"
version = "0.4.1"
version = "0.4.2"
description = "A Python package to validate RO-Crates"
authors = [
"Marco Enrico Piras <[email protected]>",
Expand Down
3 changes: 3 additions & 0 deletions rocrate_validator/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@
'MAY', 'OPTIONAL', 'SHOULD', 'SHOULD_NOT',
'REQUIRED', 'MUST', 'MUST_NOT', 'SHALL', 'SHALL_NOT', 'RECOMMENDED'
]

# Current JSON output format
JSON_OUTPUT_FORMAT_VERSION = "0.1"
3 changes: 2 additions & 1 deletion rocrate_validator/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
from rocrate_validator.constants import (DEFAULT_ONTOLOGY_FILE,
DEFAULT_PROFILE_IDENTIFIER,
DEFAULT_PROFILE_README_FILE,
IGNORED_PROFILE_DIRECTORIES, PROF_NS,
IGNORED_PROFILE_DIRECTORIES,
JSON_OUTPUT_FORMAT_VERSION, PROF_NS,
PROFILE_FILE_EXTENSIONS,
PROFILE_SPECIFICATION_FILE,
RDF_SERIALIZATION_FORMATS_TYPES,
Expand Down

0 comments on commit dc16e15

Please sign in to comment.