mirror of
https://github.com/xxh/xxh
synced 2024-11-26 21:50:25 +00:00
0.6.21
This commit is contained in:
parent
6ddb822d56
commit
c0278c4f15
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ setuptools.setup(
|
|||
],
|
||||
platforms='Unix-like',
|
||||
scripts=['xxh', 'xxh_xxh/xxh.zsh', 'xxh_xxh/xxh.xsh', 'xxh_xxh/xxh.bash'],
|
||||
package_data={'xxh_xxh': ['*.py', '*.sh', '*.xxhc', 'xxh.*']},
|
||||
package_data={'xxh_xxh': ['*.py', '*.xxhc', 'xxh.*']},
|
||||
packages=setuptools.find_packages(),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
@ -6,7 +6,7 @@ from urllib.parse import urlparse
|
|||
from base64 import b64encode
|
||||
from .shell import *
|
||||
|
||||
XXH_VERSION = '0.6.20'
|
||||
XXH_VERSION = '0.6.21'
|
||||
|
||||
class xxh:
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in a new issue