diff --git a/sbws/__init__.py b/sbws/__init__.py index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..75b8a57be50093b0c547c22abdd096ba06e0d11e 100644 --- a/sbws/__init__.py +++ b/sbws/__init__.py @@ -0,0 +1 @@ +version = '0.1.0' diff --git a/sbws/__main__.py b/sbws/__main__.py index 3d41230fbcd9f681ef9083dc4878748ffd9838fc..3a9ea496c60ca812a3cf2df890fbe8109f672735 100644 --- a/sbws/__main__.py +++ b/sbws/__main__.py @@ -9,8 +9,6 @@ from sbws.util.config import validate_config from sbws.util.parser import create_parser from sbws.globals import make_logger -VERSION = '0.1.0' - def _log_buffer(): ''' Little helper for when you want to log some things before the