Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Oct 2, 2023
1 parent dc01499 commit 8cbed78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
run: |
pipx install build
pip install build
# - name: Bump version to ${{github.ref_name}}
# run: |
Expand Down
2 changes: 1 addition & 1 deletion src/rdflib_endpoint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A package to deploy SPARQL endpoint to serve local RDF files, machine learning models, or any other logic implemented in Python, using RDFLib and FastAPI."""

__version__ = "0.4.0"
__version__ = "0.4.1"

from .sparql_router import SparqlRouter
from .sparql_endpoint import SparqlEndpoint

0 comments on commit 8cbed78

Please sign in to comment.