Skip to content

Commit

Permalink
Fix .gitignore causing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kdouda committed Jan 9, 2025
1 parent a42787e commit fc084b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ venv/
__pycache__
wip/
.env
workspace
src/pyrdfrules/engine/rdfrules/
src/pyrdfrules/engine/rdfrules/
src/workspace/
Empty file added docker/Dockerfile
Empty file.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ dependencies = [
"install-jdk==1.1.0",
"JPype1==1.5.0",
"requests==2.32.3",
"pydantic==2.6.4",
"pydantic_core==2.16.3",
"typing_extensions==4.10.0"
"pydantic==2.10.5"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/pyrdfrules/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present Karel Douda <kareldouda1@gmail.com>
#
# SPDX-License-Identifier: MIT
__version__ = "0.0.4"
__version__ = "0.0.6"

0 comments on commit fc084b3

Please sign in to comment.