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'