File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ bettermap
44` bettermap ` is a drop-in replacement for Python's map function. It parallelizes
55the 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 `
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def fix_url_dependencies(req: str) -> str:
2929
3030setup (
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" ,
You can’t perform that action at this time.
0 commit comments