aboutsummaryrefslogtreecommitdiff
path: root/lux-python/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-10-22 23:57:14 -0400
committerEduardo Julian2021-10-22 23:57:14 -0400
commit6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (patch)
tree514764c4d3071172928227ebe07149f5eab534e8 /lux-python/project.clj
parentaf680e8470bf7446d9fac431f38dcc57bd60aba9 (diff)
v0.6.3
Diffstat (limited to 'lux-python/project.clj')
-rw-r--r--lux-python/project.clj5
1 files changed, 3 insertions, 2 deletions
diff --git a/lux-python/project.clj b/lux-python/project.clj
index e174ca27d..6cac51c42 100644
--- a/lux-python/project.clj
+++ b/lux-python/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.2")
+(def version "0.6.3")
(def repo "https://github.com/LuxLang/lux")
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
@@ -20,7 +20,8 @@
:plugins [[com.github.luxlang/lein-luxc ~version]]
:dependencies [[com.github.luxlang/lux-bootstrapper ~version]
- [com.github.luxlang/stdlib ~version]
+ ;; [com.github.luxlang/stdlib ~version]
+
[org.python/jython-standalone "2.7.2"]]
:manifest {"lux" ~version}