Explorar o código

Update changelog version 0.0.11

Arkadiusz Ryś %!s(int64=2) %!d(string=hai) anos
pai
achega
9e4eb3de09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ontopoint/__init__.py

+ 1 - 1
ontopoint/__init__.py

@@ -1,3 +1,3 @@
 """Ontology server."""
-__version__ = "0.0.10"
+__version__ = "0.0.11"
 __version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))