We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 081706e + f18253d commit f34a534Copy full SHA for f34a534
.binstar.yml
conda.recipe/meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: toolz
3
- version: "0.9.0"
+ version: "0.10.0"
4
5
build:
6
number: {{environ.get('BINSTAR_BUILD', 1)}}
toolz/__init__.py
@@ -19,4 +19,4 @@
19
20
functoolz._sigs.create_signature_registry()
21
22
-__version__ = '0.9.0'
+__version__ = '0.10.0'
0 commit comments