diff --git a/.gitignore b/.gitignore index 4a160d3..3154a07 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ env node_modules .vscode .CondaPkg +LocalPreferences.toml diff --git a/LocalPreferences.toml b/LocalPreferences.toml deleted file mode 100644 index 3c9ea92..0000000 --- a/LocalPreferences.toml +++ /dev/null @@ -1,2 +0,0 @@ -[GraphDynamicalSystems] -dispatch_doctor_mode = "debug" diff --git a/Project.toml b/Project.toml index ed79ee2..d39c72a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GraphDynamicalSystems" uuid = "13529e2e-ed53-56b1-bd6f-420b01fca819" authors = ["Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com>"] -version = "0.0.2" +version = "0.0.3" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"