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

Updated version for pybddisasm build.

This commit is contained in:
Andrei Vlad LUTAS 2021-05-17 09:13:27 +03:00
parent f7bf814bbc
commit 10dc00681d

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, 1)
LIBRARY_VERSION = (1, 32, 3)
LIBRARY_INSTRUX_SIZE = 864
packages = ['pybddisasm']