diff --git a/project.clj b/project.clj index f4b5b20..7c5a3aa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.clojure-finance/datajure "1.0.1" +(defproject com.github.clojure-finance/datajure "1.1.0" :description "An open-source domain-specific language for data processing." :url "https://clojure-finance.github.io/datajure-website/" :license {:name "The MIT License" diff --git a/src/datajure/repl.clj b/src/datajure/repl.clj index 887f9dd..a06f105 100644 --- a/src/datajure/repl.clj +++ b/src/datajure/repl.clj @@ -28,4 +28,4 @@ (def welcome-note "A REPL welcome note." - (str "Datajure " "1.0.1")) \ No newline at end of file + (str "Datajure " "1.1.0")) \ No newline at end of file