diff --git a/toml.egg b/toml.egg index ab9fcfa..1a4e878 100644 --- a/toml.egg +++ b/toml.egg @@ -3,7 +3,7 @@ (synopsis "A Chicken binding to read TOML configuration files") (category parsing) (license "MIT") - (version "0.6") + (version "0.7") (dependencies r7rs rfc3339 coops) (test-dependencies test)