Skip to content

Commit

Permalink
Bump to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Jun 6, 2016
1 parent 1b254b7 commit d5cd04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: toolz
version: "0.7.4"
version: "0.8.0"

build:
number: {{environ.get('BINSTAR_BUILD', 1)}}
Expand Down
2 changes: 1 addition & 1 deletion toolz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

functoolz._sigs.create_signature_registry()

__version__ = '0.7.4'
__version__ = '0.8.0'

0 comments on commit d5cd04a

Please sign in to comment.