Skip to content

Commit 154086e

Browse files
Use latest version of libpython-clj (1.37)
- Update project description for Leinigen project
1 parent 978de01 commit 154086e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:mvn/repos {"central" {:url "https://repo1.maven.org/maven2/"}
33
"clojars" {:url "https://clojars.org/repo"}}
44
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
5-
clj-python/libpython-clj {:mvn/version "1.36"}
5+
clj-python/libpython-clj {:mvn/version "1.37"}
66
org.clojure/data.csv {:mvn/version "0.1.4"}}
77
:aliases
88
{:test {:extra-paths ["test"]

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defproject gigasquid/libpython-clj-examples "0.1.0"
2-
:description "FIXME: my new application."
2+
:description "Example codes that use libpython-clj with various Python libraries"
33
:url "https://github.com/gigasquid/libpython-clj-examples"
44
:license {:name "Eclipse Public License - v 1.0"
55
:url "http://www.eclipse.org/legal/epl-v10.html"

0 commit comments

Comments
 (0)