Skip to content

Commit

Permalink
Version bump v0.0.26 (#194)
Browse files Browse the repository at this point in the history
* version bump to v0.0.26

* Added EDN dep in README
  • Loading branch information
anthony-khong committed Sep 9, 2020
1 parent 6399a8a commit 59c16f2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ You would also need to add Spark as provided dependencies. For instance, have th
[mysql/mysql-connector-java "8.0.21"]
[org.postgresql/postgresql "42.2.14"]
[org.xerial/sqlite-jdbc "3.32.3.1"]
;; EDN
[metosin/jsonista "0.2.7"]
;; Optional: Spark XGBoost
[ml.dmlc/xgboost4j-spark_2.12 "1.0.0"]
[ml.dmlc/xgboost4j_2.12 "1.0.0"]]}
Expand Down
2 changes: 1 addition & 1 deletion docker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[ml.dmlc/xgboost4j-spark_2.12 "1.0.0"]
[ml.dmlc/xgboost4j_2.12 "1.0.0"]])

(defproject zero.one/geni "0.0.25"
(defproject zero.one/geni "0.0.26"
:jvm-opts ["-Duser.country=US" "-Duser.language=en"]
:description "A Clojure library that wraps Apache Spark"
:url "https://github.com/zero-one-group/geni"
Expand Down
2 changes: 1 addition & 1 deletion lein-template/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject geni/lein-template "0.0.25"
(defproject geni/lein-template "0.0.26"
:description "Leiningen template for a Geni application."
:url "https://github.com/zero-one-group/geni/tree/develop/lein-template"
:license {:name "Apache License"
Expand Down
2 changes: 1 addition & 1 deletion lein-template/resources/leiningen/new/geni/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
[zero.one/geni "0.0.25"]
[zero.one/geni "0.0.26"]
;; REPL
[nrepl "0.8.1"]
[reply "0.4.4"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[ml.dmlc/xgboost4j-spark_2.12 "1.0.0"]
[ml.dmlc/xgboost4j_2.12 "1.0.0"]])

(defproject zero.one/geni "0.0.25"
(defproject zero.one/geni "0.0.26"
:jvm-opts ["-Duser.country=US" "-Duser.language=en"]
:description "A Clojure library that wraps Apache Spark"
:url "https://github.com/zero-one-group/geni"
Expand Down
2 changes: 1 addition & 1 deletion resources/GENI_REPL_RELEASED_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.25
0.0.26

0 comments on commit 59c16f2

Please sign in to comment.