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.
1 parent 7fbc58e commit 2a997b9Copy full SHA for 2a997b9
.github/workflows/wheels.yml
@@ -1,7 +1,7 @@
1
name: Build wheels
2
3
on:
4
- pull_request: # Uncomment to debug wheel building in a PR
+ # pull_request: # Uncomment to debug wheel building in a PR
5
push:
6
branches:
7
- master
cytoolz/__init__.py
@@ -24,7 +24,7 @@
24
functoolz._sigs.update_signature_registry()
25
26
# What version of toolz does cytoolz implement?
27
-__toolz_version__ = '0.12.1'
+__toolz_version__ = '1.0.0'
28
29
from ._version import get_versions
30
0 commit comments