You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bddisasm/pydis/pydis/__version__.py

10 lines
198 B

#
# Copyright (c) 2020 Bitdefender
# SPDX-License-Identifier: Apache-2.0
#
VERSION = (0, 0, 1)
__title__ = 'pydis'
__description__ = 'Python Disassembler'
__version__ = '.'.join(map(str, VERSION))