Skip to content

Commit 70429bb

Browse files
committed
Bump version to 0.8.2. Bugfix release.
1 parent be3ce86 commit 70429bb

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.1"
3+
version: "0.8.2"
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.1'
22+
__version__ = '0.8.2'

0 commit comments

Comments
 (0)