diff --git a/.binstar.yml b/.binstar.yml deleted file mode 100644 index 86ea8b8d..00000000 --- a/.binstar.yml +++ /dev/null @@ -1,15 +0,0 @@ -package: toolz -platform: - - linux-64 - - linux-32 - - osx-64 - - win-64 - - win-32 -engine: - - python=2.7 - - python=3.4 -script: - - conda build conda.recipe -build_targets: - files: conda - channels: main diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 688eaed8..b83f0fa1 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: toolz - version: "0.9.0" + version: "0.10.0" build: number: {{environ.get('BINSTAR_BUILD', 1)}} diff --git a/toolz/__init__.py b/toolz/__init__.py index b1c9fef6..7fa86ab4 100644 --- a/toolz/__init__.py +++ b/toolz/__init__.py @@ -19,4 +19,4 @@ functoolz._sigs.create_signature_registry() -__version__ = '0.9.0' +__version__ = '0.10.0'