Skip to content

Commit

Permalink
release 0.1.7, cleanup release (fewer deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 2, 2011
1 parent 1169cc0 commit 81ae69e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Read the source from Marginalia
Usage from Leiningen:
--------------------

[clojure-opennlp "0.1.6"]
[clojure-opennlp "0.1.7"]

clojure-opennlp works with both clojure 1.2.x and 1.3

Basic Example usage (from a REPL):
----------------------------------
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 clojure-opennlp "0.1.7-SNAPSHOT"
(defproject clojure-opennlp "0.1.7"
:description "Natural Language Processing with Clojure, library for opennlp.
http://github.com/dakrone/clojure-opennlp"
:dependencies [[org.clojure/clojure "1.2.1"]
Expand Down

0 comments on commit 81ae69e

Please sign in to comment.