Skip to content

Commit

Permalink
Bumped version to 0.2.19_1.
Browse files Browse the repository at this point in the history
  • Loading branch information
EelcoHoogendoorn committed May 2, 2016
1 parent 6358807 commit a1cfadb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.dev19'
__version__ = '0.2.19'

0 comments on commit a1cfadb

Please sign in to comment.