Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/i2mint/dol
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Nov 17, 2023
2 parents 7796770 + d977943 commit d6f147f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions dol/trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,7 @@ def _wrap_store(

@store_decorator
def insert_hash_method(
store=None,
*,
hash_method: Callable[[Any], int] = id,
store=None, *, hash_method: Callable[[Any], int] = id,
):
"""Make a store hashable using the specified ``hash_method``.
Will add (or overwrite) a ``__hash__`` method to the store that uses the
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dol
version = 0.2.13
version = 0.2.14
url = https://github.com/i2mint/dol
platforms = any
description_file = README.md
Expand Down

0 comments on commit d6f147f

Please sign in to comment.