From 4334564a5e08956fbe382cdcc69c564f74c35d05 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 30 Nov 2021 23:48:11 -0400 Subject: v0.6.5 --- lux-python/project.clj | 2 +- lux-python/project.lux | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-python') 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"]] -- cgit v1.2.3