From 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 22 Oct 2021 23:57:14 -0400 Subject: v0.6.3 --- lux-python/project.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-python/project.lux') diff --git a/lux-python/project.lux b/lux-python/project.lux index 9a3b08fa9..c835cd122 100644 --- a/lux-python/project.lux +++ b/lux-python/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-python" "0.6.2"] + ["identity" ["com.github.luxlang" "lux-python" "0.6.3"] "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.2" "jar"] - "dependencies" [["com.github.luxlang" "stdlib" "0.6.2" "tar"] + "compiler" ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"] ["org.python" "jython-standalone" "2.7.2" "jar"]] "program" "program"]] -- cgit v1.2.3