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