Commit bbdf27dd authored by Francesco Poldi's avatar Francesco Poldi

Added __version__ to module

parent bc4327b2
......@@ -10,6 +10,7 @@ Copyright (c) 2018 Cody Zacharias
import logging, os
from .config import Config
from .__version__ import __version__
from . import run
_levels = {
......
VERSION = (2, 1, 5)
VERSION = (2, 1, 6)
__version__ = '.'.join(map(str, VERSION))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment