diff --git a/info.rkt b/info.rkt index 5d3ff60..355d4b6 100644 --- a/info.rkt +++ b/info.rkt @@ -7,5 +7,5 @@ (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/repltest.scrbl" ()))) (define pkg-desc "Copy-paste your REPL interactions, and have them run as tests") -(define version "0.0") +(define version "0.1") (define pkg-authors '(|Georges Dupéron|))