aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 13ff905..1740b96 100644
--- a/__init__.py
+++ b/__init__.py
@@ -13,5 +13,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with celcatsanitizer. If not, see <http://www.gnu.org/licenses/>.
-VERSION = "dev"
+VERSION = "0.11"
+__version__ = VERSION
+
default_app_config = "edt.apps.EdtConfig"