diff --git a/server/src/uds/core/__init__.py b/server/src/uds/core/__init__.py index f25335f10..cf4c2531f 100644 --- a/server/src/uds/core/__init__.py +++ b/server/src/uds/core/__init__.py @@ -39,5 +39,5 @@ from uds.core.Environment import Environmentable from uds.core.Serializable import Serializable from uds.core.BaseModule import Module -VERSION = '2.0.0-DEVEL' -VERSION_STAMP = '20160501-DEVEL' +VERSION = '2.1.0-DEVEL' +VERSION_STAMP = '20161001-DEVEL'