Skip to content

Commit 8281fc2

Browse files
committed
Version bump.
1 parent 164ca1a commit 8281fc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dolang/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ("0", "0", "17")
1+
__version_info__ = ("0", "0", "18")
22
__version__ = ".".join(__version_info__)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dolang"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
description = "Dolo Modeling Language"
55
readme = "README.md"
66
authors = ["Winant Pablo <[email protected]>"]

0 commit comments

Comments
 (0)