Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
New version string
  • Loading branch information
sergey-dryabzhinsky authored Jan 19, 2025
1 parent 4941ddc commit f2d814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class BaseTestZSTD(unittest.TestCase):
VERSION = "1.5.6"
VERSION_INT = 10506
VERSION_INT_MIN = 1 * 100*100 + 0 * 1*100 + 0
PKG_VERSION = "1.5.6.1"
PKG_VERSION = "1.5.6.2"

def helper_version(self):
self.assertEqual(self.PKG_VERSION, zstd.version())
Expand Down

0 comments on commit f2d814d

Please sign in to comment.