diff --git a/README.MD b/README.MD index 11addd9c..6ddb0e51 100644 --- a/README.MD +++ b/README.MD @@ -244,7 +244,7 @@ Add the following to your `pixi.toml` file: channels = ["https://repo.prefix.dev/modular-community"] [dependencies] -numojo = "=0.7.0" +numojo = "=0.8.0" ``` Then run: @@ -256,7 +256,7 @@ pixi install | NuMojo Version | Required Mojo Version | | -------------- | -------------------- | -| v0.71.0 | ==25.7 | +| v0.8.0 | ==25.7 | | v0.7.0 | ==25.3 | | v0.6.1 | ==25.2 | | v0.6.0 | ==25.2 | diff --git a/pixi.toml b/pixi.toml index cc540621..44026972 100644 --- a/pixi.toml +++ b/pixi.toml @@ -7,7 +7,7 @@ channels = [ platforms = ["osx-arm64", "linux-64"] preview = ["pixi-build"] name = "NuMojo" -version = "0.7.0" +version = "0.8.0" description = "NuMojo is a library for numerical computing written in Mojo 🔥" authors = [ "Shivasankar ", @@ -22,7 +22,7 @@ readme = "README.MD" [package] name = "numojo" -version = "0.7.0" +version = "0.8.0" [package.build] backend = {name = "pixi-build-mojo", version = "0.*", channels = [