Skip to content

Commit f34a534

Browse files
authored
Merge pull request #457 from eriknw/v0.10.0
Bump version to 0.10.0 to prepare for release
2 parents 081706e + f18253d commit f34a534

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.binstar.yml

-15
This file was deleted.

conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: toolz
3-
version: "0.9.0"
3+
version: "0.10.0"
44

55
build:
66
number: {{environ.get('BINSTAR_BUILD', 1)}}

toolz/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
functoolz._sigs.create_signature_registry()
2121

22-
__version__ = '0.9.0'
22+
__version__ = '0.10.0'

0 commit comments

Comments
 (0)