From cf985bc1d948aa082e671e69443a2b5c1eaad3a3 Mon Sep 17 00:00:00 2001 From: Aecio Santos Date: Sun, 27 Nov 2016 11:31:32 -0500 Subject: [PATCH] Changed version from 0.0.7-SNAPSHOT to release 0.7.0 --- build.gradle | 2 +- conda.recipe/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 535a1f17e..12c3e3d00 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'com.github.kt3k.coveralls' sourceCompatibility = 1.8 targetCompatibility = 1.8 compileJava.options.encoding = "UTF-8" -version = '0.7.0-SNAPSHOT' +version = '0.0.7' mainClassName = 'focusedCrawler.Main' applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"] diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 9c9be0205..473e4f727 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,13 +1,13 @@ package: name: ache - version: 0.7.0-SNAPSHOT + version: 0.0.7 build: number: 0 source: git_url: git@github.com:ViDA-NYU/ache.git - git_tag: 0.7.0-SNAPSHOT + git_tag: 0.0.7 about: license: GPL 2.0