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 87b5f1b commit 871fb04Copy full SHA for 871fb04
dolang/version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = ("0", "0", "16")
+__version_info__ = ("0", "0", "17")
2
__version__ = ".".join(__version_info__)
pyproject.toml
@@ -1,14 +1,14 @@
[tool.poetry]
name = "dolang"
3
-version = "0.0.16"
+version = "0.0.17"
4
description = "Dolo Modeling Language"
5
readme = "README.md"
6
authors = ["Winant Pablo <pablo.winant@gmail.com>"]
7
license="BSD-2-Clause"
8
9
[tool.poetry.dependencies]
10
python = ">=3.8,<3.11"
11
-numba = "^0.55"
+numba = "^0.55.0"
12
numpy = "^1.22.2"
13
sympy = "^1.5.1"
14
lark-parser = "^0.12.0"
0 commit comments