Skip to content

Commit

Permalink
Align declared and documented versions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 12, 2024
1 parent d3e28a1 commit d8f317a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ _This documentation assumes you already have `pre-commit` installed in your repo

In your `.pre-commit-config.yaml` file, add the following under the `repos` key:

<!--
NOTE: When editing this YAML snippet, confirm the version lines up with the contents of setup.cfg.
-->
```yaml
repos:
- repo: https://github.com/kchason/rdf-toolkit-action
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[metadata]
name = RDF Toolkit Normalizer
version = 0.1.0
# NOTE - version is also recorded in a YAML snippet in README.md.
version = 0.2.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
Expand All @@ -22,4 +23,4 @@ python_requires = >=3.7

[options.entry_points]
console_scripts =
rdf-toolkit-normalizer = pre_commit_hooks.normalize_rdf:main
rdf-toolkit-normalizer = pre_commit_hooks.normalize_rdf:main

0 comments on commit d8f317a

Please sign in to comment.