@@ -2,6 +2,14 @@
History
=======
+0.0.0 (yyyy-mm-dd)
+------------------
+* Add conversion service.
+
+0.2.0 (2023-04-04)
+* Prototype conversion service.
0.1.0 (2023-03-06)
------------------
* Create outlier service bridge.
@@ -1,3 +1,3 @@
"""SPARQL endpoint for ontologies."""
-__version__ = "0.1.0"
+__version__ = "0.2.0"
__version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))