We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e360e commit 74da812Copy full SHA for 74da812
project.clj
@@ -1,4 +1,4 @@
1
-(defproject com.github.clojure-finance/datajure "1.0.1"
+(defproject com.github.clojure-finance/datajure "1.1.0"
2
:description "An open-source domain-specific language for data processing."
3
:url "https://clojure-finance.github.io/datajure-website/"
4
:license {:name "The MIT License"
src/datajure/repl.clj
@@ -28,4 +28,4 @@
28
29
(def welcome-note
30
"A REPL welcome note."
31
- (str "Datajure " "1.0.1"))
+ (str "Datajure " "1.1.0"))
0 commit comments