diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2e51bcf27..b35877391 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -7,4 +7,4 @@ name = "lightningsim" authors = [ {name = "Rishov Sarkar", email = "rishov.sarkar@gatech.edu"}, ] -version = "0.0.1" +version = "0.0.3" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 54f8cda0d..e2a5b656a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: lightningsim - version: "0.0.2" + version: "0.0.3" source: path: ..