diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/project.clj | 2 | ||||
-rw-r--r-- | lux-python/project.lux | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lux-python/project.clj b/lux-python/project.clj index 8f5e52356..8ceeb90ad 100644 --- a/lux-python/project.clj +++ b/lux-python/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.4") +(def version "0.6.5") (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/") diff --git a/lux-python/project.lux b/lux-python/project.lux index c4cfad542..916dbd5a9 100644 --- a/lux-python/project.lux +++ b/lux-python/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-python" "0.6.4"] + ["identity" ["com.github.luxlang" "lux-python" "0.6.5"] "description" "A Python compiler for Lux." "info" ["url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" @@ -15,8 +15,8 @@ "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] - "compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"] - "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"] + "compiler" ["com.github.luxlang" "lux-jvm" "0.6.5" "jar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.5" "tar"] ["org.python" "jython-standalone" "2.7.2" "jar"]] "program" "program"]] |