Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Mar 20, 2017
1 parent 3396c70 commit 2e5e398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -6,16 +6,14 @@

Clojure network/graph library wrapping [JUNG][jung].

**Caveat**: This library is now in developing. Not all functions are implemented yet.

## Installation

Jungerer is available as a Maven artifact from [Clojars](https://clojars.org/jungerer).

With Leiningen/Boot:

```clojure
[jungerer "0.3.0"]
[jungerer "0.4.0"]
```

## Usage
Expand Down Expand Up @@ -96,7 +94,7 @@ jungerer.io:

## License

Copyright © 2016 Toshiki Takeuchi
Copyright © 2016-2017 Toshiki Takeuchi

Distributed under the BSD 3-Clause License.

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject jungerer "0.4.0-SNAPSHOT"
(defproject jungerer "0.4.0"
:description "Clojure network/graph library wrapping JUNG"
:url "https://github.com/totakke/jungerer"
:license {:name "The BSD 3-Clause License"
Expand Down

0 comments on commit 2e5e398

Please sign in to comment.