diff --git a/.gitignore b/.gitignore index 305dc8ef..2868b1da 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ benchmarks.db # Intellij IDE temp project files .project zipline.iml + +.binstar.yml \ No newline at end of file diff --git a/conda/zipline/meta.yaml b/conda/zipline/meta.yaml index cba92075..ac84a3ad 100644 --- a/conda/zipline/meta.yaml +++ b/conda/zipline/meta.yaml @@ -2,13 +2,10 @@ package: name: zipline - version: {{ environ.get('GIT_DESCRIBE_TAG', '')}} + version: 0.8.4 build: - number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} - {% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0 - {% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}{% endif %} - + number: 0 source: path: ../../