diff options
author | Melody Horn <melody@boringcactus.com> | 2020-12-28 14:46:51 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-12-28 14:46:51 -0700 |
commit | d24baa5a06d1ed235bb6cfb1c35b8490c18a3175 (patch) | |
tree | f2fd4aa747aa42be4c4a2f5f3c98627a97f7c074 | |
parent | 65afa06491818dc3187399c3f16dbf284bec761d (diff) | |
download | reference-compiler-d24baa5a06d1ed235bb6cfb1c35b8490c18a3175.tar.gz reference-compiler-d24baa5a06d1ed235bb6cfb1c35b8490c18a3175.zip |
bump to v0.0.6
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 393482d..a8eff16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crowbar-reference-compiler" -version = "0.0.5" +version = "0.0.6" description = "the reference compiler for the Crowbar programming language" authors = ["Melody Horn <melody@boringcactus.com>"] license = "BlueOak-1.0.0" |