adding version string in the __init__.py

This commit is contained in:
Milan Kolar 2019-08-05 23:40:00 +02:00
parent 334aba0630
commit 977e061ba0

View file

@ -7,6 +7,8 @@ from .lib import filter_pyblish_plugins
import logging
log = logging.getLogger(__name__)
__version__ = "2.1.0"
PACKAGE_DIR = os.path.dirname(__file__)
PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")