diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index ff8b57d..97c361e 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.dev19 + version: 0.2.19 requirements: build: - python diff --git a/numpy_indexed/__init__.py b/numpy_indexed/__init__.py index f992567..bdd3d05 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.dev19' +__version__ = '0.2.19'