Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Oct 11, 2024
1 parent 0cf3003 commit 389500c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ repos:
args: ["--profile", "black"]
name: isort except __init__.py
exclude: (^(scrypt-1.2.1/)|/__init__\.py$)
- repo: https://github.com/myint/docformatter
rev: v1.7.5
hooks:
- id: docformatter
exclude: ^(scrypt-1.2.1/)
args: ["--in-place", "--wrap-summaries=88"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion scrypt/scrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

_scrypt = cdll.LoadLibrary(importlib.util.find_spec('_scrypt').origin)

__version__ = '0.8.26'
__version__ = '0.8.27'

_scryptenc_buf = _scrypt.exp_scryptenc_buf
_scryptenc_buf.argtypes = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

setup(
name='scrypt',
version='0.8.24',
version='0.8.27',
description='Bindings for the scrypt key derivation function library',
author='Magnus Hallin',
author_email='mhallin@gmail.com',
Expand Down

0 comments on commit 389500c

Please sign in to comment.