Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Nov 6, 2019
1 parent 28efa46 commit 0b05f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Instacheck 0.8.9
# Instacheck 0.9.0

*Instaparse meets test.check: property-based testing with inputs defined as EBNF grammars*

Expand All @@ -19,7 +19,7 @@ smallest version that still fails.
Add the following to your Clojure dependencies:

```clojure
[kanaka/instacheck "0.8.9"]
[kanaka/instacheck "0.9.0"]
```

Here is a simple example of using instacheck to test a function:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject kanaka/instacheck "0.8.9"
(defproject kanaka/instacheck "0.9.0"
:description "Property-based testing with inputs defined as EBNF grammars"
:url "https://github.com/kanaka/instacheck"
:license {:name "Mozilla Public License version 2"
Expand Down

0 comments on commit 0b05f5e

Please sign in to comment.