1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-14 03:19:24 +00:00

python: Increment expected version

This commit is contained in:
Anichitei Ionel-Cristinel 2021-03-31 12:02:19 +03:00 committed by GitHub
parent a0e5d8f905
commit 82acf4c3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Command, Extension, Distribution
from codecs import open
VERSION = (0, 1, 3)
LIBRARY_VERSION = (1, 32, 0)
LIBRARY_VERSION = (1, 32, 1)
LIBRARY_INSTRUX_SIZE = 864
packages = ['pybddisasm']