Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0278c4

Browse files
author
anki-code
committed
0.6.21
1 parent 6ddb822 commit c0278c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
platforms='Unix-like',
2525
scripts=['xxh', 'xxh_xxh/xxh.zsh', 'xxh_xxh/xxh.xsh', 'xxh_xxh/xxh.bash'],
26-
package_data={'xxh_xxh': ['*.py', '*.sh', '*.xxhc', 'xxh.*']},
26+
package_data={'xxh_xxh': ['*.py', '*.xxhc', 'xxh.*']},
2727
packages=setuptools.find_packages(),
2828
classifiers=[
2929
"Programming Language :: Python :: 3",

‎xxh_xxh/xxh.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from base64 import b64encode
77
from .shell import *
88

9-
XXH_VERSION = '0.6.20'
9+
XXH_VERSION = '0.6.21'
1010

1111
class xxh:
1212
def __init__(self):

0 commit comments

Comments
 (0)