diff --git a/ReadMe.md b/ReadMe.md index 46f8155..b13899f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -54,8 +54,6 @@ VS Code is preconfigured in `.vscode/settings.json` to run pytest from the repos If VS Code shows `No module named pytest`, your selected interpreter is missing test dependencies. Install them in that same environment with `pip install -e ".[dev]"` (or `pip install pytest`). ## TODO -- [ ] Fix issue with C_IF where variables only used within C_... will not be processed and therefore not added to the variable list - [ ] Add string to char array conversion -- [ ] Add the rest of the api functions - [ ] Add recipe generation and management - [ ] Add structs as a concept that integrates in the code diff --git a/pyproject.toml b/pyproject.toml index bc90680..018ca78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "eb_macro_gen" -version = "1.0.6" +version = "1.1.0" authors = [ { name="IliTheButterfly", email="iliana.decarufel@gmail.com" }, ]