ソースを参照

Merge branch 'release-0.0.3' into dev

Arkadiusz Ryś 3 年 前
コミット
ba8f9fe682
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ontopoint/__init__.py

+ 1 - 1
ontopoint/__init__.py

@@ -1,3 +1,3 @@
 """."""
-__version__ = "0.0.2"
+__version__ = "0.0.3"
 __version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))