diff options
-rw-r--r-- | gtwiwtg.asd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtwiwtg.asd b/gtwiwtg.asd index 1132580..afaafa2 100644 --- a/gtwiwtg.asd +++ b/gtwiwtg.asd @@ -2,10 +2,9 @@ (asdf:defsystem #:gtwiwtg :description "Lazy-ish iterators" - :author "Colin Okay <colin@cicadas.surf>" + :author "Colin <colin@cicadas.surf>" :license "GPLv3" - :version "0.4.0" - :depends-on (:testiere) + :version "0.5.0" :serial t :components ((:file "package") (:file "gtwiwtg") |