Skip to content

Commit

Permalink
update pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 19, 2022
1 parent ed40202 commit f7c497b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion src/rdflib_endpoint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""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.1.6"
__version__ = "0.2.0"

from .sparql_endpoint import SparqlEndpoint

0 comments on commit f7c497b

Please sign in to comment.