1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 14:08:08 +00:00

Fixed pybddisasm version.

This commit is contained in:
Andrei Vlad LUTAS 2024-02-26 21:03:14 +02:00
parent 3df189f093
commit f6f93c4112

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Command, Extension, Distribution
from codecs import open
VERSION = (0, 3, 0)
LIBRARY_VERSION = (2, 1, 0)
LIBRARY_VERSION = (2, 1, 1)
DIR_INCLUDE = '../../inc'
here = os.path.abspath(os.path.dirname(__file__))