diff --git a/README.md b/README.md index 7331b832..052c1028 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Once you have a Mojo project set up locally, ```toml [dependencies] - lightbug_http = ">=0.1.9" + lightbug_http = ">=0.1.10" ``` 3. Run `magic install` at the root of your project, where `mojoproject.toml` is located diff --git a/mojoproject.toml b/mojoproject.toml index caa67d9c..b415a1e4 100644 --- a/mojoproject.toml +++ b/mojoproject.toml @@ -4,7 +4,7 @@ channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix description = "Simple and fast HTTP framework for Mojo!" name = "lightbug_http" platforms = ["osx-arm64", "linux-64"] -version = "0.1.9" +version = "0.1.10" [tasks] build = { cmd = "rattler-build build --recipe recipes -c https://conda.modular.com/max -c conda-forge --skip-existing=all", env = {MODULAR_MOJO_IMPORT_PATH = "$CONDA_PREFIX/lib/mojo"} } diff --git a/recipes/recipe.yaml b/recipes/recipe.yaml index e65b6beb..13320992 100644 --- a/recipes/recipe.yaml +++ b/recipes/recipe.yaml @@ -5,7 +5,7 @@ context: package: name: "lightbug_http" - version: 0.1.9 + version: 0.1.10 source: - path: ../lightbug_http