@@ -2,6 +2,10 @@
History
=======
+0.0.1 (2023-02-28)
+------------------
+* Release example.
+
0.0.0 (yyyy-mm-dd)
------------------
* No history yet.
@@ -1,3 +1,3 @@
"""SPARQL endpoint for ontologies."""
-__version__ = "0.0.0"
+__version__ = "0.0.1"
__version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))