Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Jan 5, 2023
1 parent bbfb2a9 commit 54cac4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bettermap
`bettermap` is a drop-in replacement for Python's map function. It parallelizes
the map function across all available processors.

Install with `pip install https://github.com/allenai/bettermap/releases/download/v1.3.0/bettermap-1.3.0-py3-none-any.whl`
Install with `pip install https://github.com/allenai/bettermap/releases/download/v1.3.1/bettermap-1.3.1-py3-none-any.whl`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def fix_url_dependencies(req: str) -> str:

setup(
name='bettermap',
version='1.3.0',
version='1.3.1',
description="Parallelized drop-in replacements for Python's map function",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 54cac4b

Please sign in to comment.