1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-03 03:40:54 +00:00

Fixed pybddisasm version.

This commit is contained in:
BITDEFENDER\vlutas 2022-08-01 14:17:07 +03:00
parent d3fd900903
commit 9c6b5429c9

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, 34, 17)
LIBRARY_VERSION = (1, 34, 18)
LIBRARY_INSTRUX_SIZE = 856
packages = ['pybddisasm']