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 ac164db commit 5599b1aCopy full SHA for 5599b1a
numojo/__init__.mojo
@@ -2,7 +2,7 @@
2
NuMojo is a library for numerical computing in Mojo 🔥 similar to NumPy, SciPy in Python.
3
"""
4
5
-alias __version__ = "V0.2"
+alias __version__ = "V0.4"
6
7
# ===----------------------------------------------------------------------=== #
8
# Alias for users
0 commit comments