mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-22 22:18:09 +00:00
Fixed pybddisasm version.
This commit is contained in:
parent
3df189f093
commit
f6f93c4112
@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Command, Extension, Distribution
|
|||||||
from codecs import open
|
from codecs import open
|
||||||
|
|
||||||
VERSION = (0, 3, 0)
|
VERSION = (0, 3, 0)
|
||||||
LIBRARY_VERSION = (2, 1, 0)
|
LIBRARY_VERSION = (2, 1, 1)
|
||||||
DIR_INCLUDE = '../../inc'
|
DIR_INCLUDE = '../../inc'
|
||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
Loading…
Reference in New Issue
Block a user