1 files changed, 1 insertions(+), 1 deletions(-)

M nlotp/__init__.py
M nlotp/__init__.py +1 -1
@@ 1,6 1,6 @@ 
 # -*- coding: utf-8 -*-
 default_app_config = "nlotp.apps.NLOTPConfig"
-VERSION = (0, 1, 0, "final", 0)
+VERSION = (0, 1, 1, "final", 0)
 
 
 def get_version():