Skip to content

Commit a11b84d

Browse files
authored
Merge pull request #388 from eriknw/v0.9.0
Bump version to 0.9.0
2 parents 8da3058 + ae13fe1 commit a11b84d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: toolz
3-
version: "0.8.2"
3+
version: "0.9.0"
44

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

toolz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
functoolz._sigs.create_signature_registry()
2121

22-
__version__ = '0.8.2'
22+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)