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 4a96a01 commit 132761aCopy full SHA for 132761a
symengine/__init__.py
@@ -34,7 +34,7 @@ def lambdify(args, exprs, **kwargs):
34
return Lambdify(args, *exprs, **kwargs)
35
36
37
-__version__ = "0.3.1.dev1"
+__version__ = "0.4.0"
38
39
40
def test():
0 commit comments