Skip to content

Commit

Permalink
fix version on pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropaulofb committed Oct 16, 2023
1 parent da7d034 commit 221dbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: run_tests
name: run pytest tests
entry: pytest
entry: pytest ./ontouml_vocabulary_lib/tests
language: system
pass_filenames: false
- id: update_requirements
Expand Down
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 = "ontouml_vocabulary_lib"
version = "1.0.1pytest"
version = "1.0.1"
description = "OntoUML Python Library"
license = "Apache-2.0"
authors = ["Pedro Paulo F. Barcelos <[email protected]>"]
Expand Down

0 comments on commit 221dbed

Please sign in to comment.