Skip to content

Commit 5599b1a

Browse files
authored
Update __version__ in __init__.mojo (#193)
Set `__version__` to correct V0.4
1 parent ac164db commit 5599b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numojo/__init__.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
NuMojo is a library for numerical computing in Mojo 🔥 similar to NumPy, SciPy in Python.
33
"""
44

5-
alias __version__ = "V0.2"
5+
alias __version__ = "V0.4"
66

77
# ===----------------------------------------------------------------------=== #
88
# Alias for users

0 commit comments

Comments
 (0)