Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdb committed Aug 11, 2016
1 parent 1771867 commit 5095433
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
Expand Up @@ -24,7 +24,7 @@ If using Maven add the following repository definition to your pom.xml:
With Leiningen:

```
[engagor/clj-vw "0.0.1-SNAPSHOT"]
[engagor/clj-vw "0.0.1"]
```

With Maven:
Expand All @@ -33,7 +33,7 @@ With Maven:
<dependency>
<groupId>engagor</groupId>
<artifactId>dl4clj</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; the terms of this license.
;; You must not remove this notice, or any other, from this software.

(defproject dl4clj "0.0.1-SNAPSHOT"
(defproject dl4clj "0.0.1"
:description "ports of some DL4J examples to Clojure"
:url "https://github.com/engagor/dl4clj"
:license {:name "BSD C2"
Expand Down

0 comments on commit 5095433

Please sign in to comment.