# HG changeset patch # User Peter Sanchez # Date 1614816956 28800 # Wed Mar 03 16:15:56 2021 -0800 # Node ID 3f327fb1792297c670c02871f0da7bb29d6630e1 # Parent ff47aa83337e8c8795fb960fbeb779766c6ccd88 Version bump diff --git a/nlotp/__init__.py b/nlotp/__init__.py --- a/nlotp/__init__.py +++ b/nlotp/__init__.py @@ -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():