aboutsummaryrefslogtreecommitdiff
path: root/lux-python/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-08-14 21:02:22 -0400
committerEduardo Julian2022-08-14 21:02:22 -0400
commit0f9bc13a34b729d9ae9db31276feb2a66785d06b (patch)
tree25f8ec214bfe56f7dc7d8be637b06d1ab6a425f6 /lux-python/project.lux
parent24e4ccef052816f17ccfc55f2e515a07cc9c2067 (diff)
Documentation changes for v0.7.0
Diffstat (limited to 'lux-python/project.lux')
-rw-r--r--lux-python/project.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/lux-python/project.lux b/lux-python/project.lux
index be674f0dc..1375d5a05 100644
--- a/lux-python/project.lux
+++ b/lux-python/project.lux
@@ -1,7 +1,7 @@
[""
- ["identity" ["com.github.luxlang" "lux-python" "0.7.0-SNAPSHOT"]
- "description" "A Python compiler for Lux."
- "info" ["url" "https://github.com/LuxLang/lux"
+ ["identity" ["com.github.luxlang" "lux-python" "0.7.0"]
+ "info" ["description" "A Python compiler for Lux."
+ "url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
"licenses" [["name" "Lux License v0.1.2"
"url" "https://github.com/LuxLang/lux/blob/master/license.txt"
@@ -15,8 +15,8 @@
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- "lux" ["com.github.luxlang" "lux-jvm" "0.7.0-SNAPSHOT" "jar"]
- "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.5" "tar"]
+ "lux" ["com.github.luxlang" "lux-jvm" "0.7.0" "jar"]
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.7.0" "tar"]
["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"]
["org.python" "jython-standalone" "2.7.2" "jar"]]