We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164ca1a commit 8281fc2Copy full SHA for 8281fc2
dolang/version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = ("0", "0", "17")
+__version_info__ = ("0", "0", "18")
2
__version__ = ".".join(__version_info__)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dolang"
3
-version = "0.0.17"
+version = "0.0.18"
4
description = "Dolo Modeling Language"
5
readme = "README.md"
6
authors = ["Winant Pablo <pablo.winant@gmail.com>"]
0 commit comments