Skip to content

Commit 23b21c1

Browse files
committed
Merge branch 'albop/many_fixes'
2 parents 862a9a5 + 2f545ad commit 23b21c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dolang/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ("0", "0", "12")
1+
__version_info__ = ("0", "0", "14")
22
__version__ = ".".join(__version_info__)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dolang"
3-
version = "0.0.12"
3+
version = "0.0.14"
44
description = "Dolo Modeling Language"
55
readme = "README.md"
66
authors = ["Winant Pablo <pablo.winant@gmail.com>"]

0 commit comments

Comments
 (0)