Skip to content

Commit 0288ed3

Browse files
Update module version and for the tests
1 parent 5ea05d9 commit 0288ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class BaseTestZSTD(unittest.TestCase):
5959
VERSION_INT = 10507
6060
# minimal external version, must be >=1.4.0
6161
VERSION_INT_MIN = 1 * 100*100 + 4* 1*100 + 0
62-
PKG_VERSION = "1.5.7.2"
62+
PKG_VERSION = "1.5.7.3"
6363

6464
def helper_version(self):
6565
#if zstd.ZSTD_external():

0 commit comments

Comments
 (0)