diff --git a/README.md b/README.md index cdd25aa..518f520 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ NOTE: When editing this YAML snippet, confirm the version lines up with the cont ```yaml repos: - repo: https://github.com/kchason/rdf-toolkit-action - rev: 0.2.0 + rev: 0.3.0 hooks: - id: rdf-toolkit-normalizer args: diff --git a/setup.cfg b/setup.cfg index b6b330d..da888c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = RDF Toolkit Normalizer # NOTE - version is also recorded in a YAML snippet in README.md. -version = 0.2.0 +version = 0.3.0 description = A GitHub Action, Docker image, and pre-commit hook for normalizing RDF files with rdf-toolkit.jar. long_description = file: README.md long_description_content_type = text/markdown