From 8778ffa35770638e805d72bc7d4e5ba3569501d2 Mon Sep 17 00:00:00 2001 From: EelcoHoogendoorn Date: Tue, 26 Apr 2016 17:07:42 +0200 Subject: [PATCH] Bumped version to 0.2.15_1. --- conda-recipe/meta.yaml | 4 ++-- numpy_indexed/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index be8e467..448e90f 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -5,10 +5,10 @@ about: and related functionality build: noarch_python: true - number: 0 + number: 1 package: name: numpy-indexed - version: 0.2.dev15 + version: 0.2.15 requirements: build: - python diff --git a/numpy_indexed/__init__.py b/numpy_indexed/__init__.py index 183d559..352e4c2 100644 --- a/numpy_indexed/__init__.py +++ b/numpy_indexed/__init__.py @@ -14,4 +14,4 @@ pkg_dir = os.path.abspath(os.path.dirname(__file__)) -__version__ = '0.2.dev15' +__version__ = '0.2.15'