diff --git a/build.gradle b/build.gradle index 49db5b7ef..8060cffee 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'com.github.kt3k.coveralls' sourceCompatibility = 1.7 targetCompatibility = 1.7 compileJava.options.encoding = "UTF-8" -version = '0.6.0-SNAPSHOT' +version = '0.6.0' mainClassName = 'focusedCrawler.Main' applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"] diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 3f5baf1cc..65381ad41 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,13 +1,13 @@ package: name: ache - version: 0.6.0-SNAPSHOT + version: 0.6.0 build: number: 0 source: git_url: git@github.com:ViDA-NYU/ache.git - git_tag: 0.6.0-SNAPSHOT + git_tag: 0.6.0 about: license: GPL 2.0