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.
2 parents 862a9a5 + 2f545ad commit 23b21c1Copy full SHA for 23b21c1
dolang/version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = ("0", "0", "12")
+__version_info__ = ("0", "0", "14")
2
__version__ = ".".join(__version_info__)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dolang"
3
-version = "0.0.12"
+version = "0.0.14"
4
description = "Dolo Modeling Language"
5
readme = "README.md"
6
authors = ["Winant Pablo <pablo.winant@gmail.com>"]
0 commit comments