Skip to content

Commit 132761a

Browse files
committed
Update version to 0.4.0
1 parent 4a96a01 commit 132761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def lambdify(args, exprs, **kwargs):
3434
return Lambdify(args, *exprs, **kwargs)
3535

3636

37-
__version__ = "0.3.1.dev1"
37+
__version__ = "0.4.0"
3838

3939

4040
def test():

0 commit comments

Comments
 (0)