Skip to content

Commit 54cac4b

Browse files
committed
Version 1.3.1
1 parent bbfb2a9 commit 54cac4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ bettermap
44
`bettermap` is a drop-in replacement for Python's map function. It parallelizes
55
the map function across all available processors.
66

7-
Install with `pip install https://github.com/allenai/bettermap/releases/download/v1.3.0/bettermap-1.3.0-py3-none-any.whl`
7+
Install with `pip install https://github.com/allenai/bettermap/releases/download/v1.3.1/bettermap-1.3.1-py3-none-any.whl`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def fix_url_dependencies(req: str) -> str:
2929

3030
setup(
3131
name='bettermap',
32-
version='1.3.0',
32+
version='1.3.1',
3333
description="Parallelized drop-in replacements for Python's map function",
3434
long_description=open("README.md").read(),
3535
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)