Skip to content

Commit

Permalink
Bumped version to 0.2.dev15_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
EelcoHoogendoorn committed Apr 26, 2016
1 parent 2b6d96a commit 5ad6df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
about:
home: https://github.com/EelcoHoogendoorn/Numpy_arraysetops_EP
license: Freely Distributable
summary: Numpy extensions for set operations on nd-arrays, group_by operations, and related functionality
summary: Numpy extensions for set operations on nd-arrays, group_by operations,
and related functionality
build:
noarch_python: true
number: 1
number: 0
package:
name: numpy-indexed
version: 0.2.14
version: 0.2.dev15
requirements:
build:
- python
Expand Down
2 changes: 1 addition & 1 deletion numpy_indexed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

pkg_dir = os.path.abspath(os.path.dirname(__file__))

__version__ = '0.2.14'
__version__ = '0.2.dev15'

0 comments on commit 5ad6df7

Please sign in to comment.