From 6035e41e384be255709ef621be7807a7df0ae452 Mon Sep 17 00:00:00 2001 From: kti-sam <34463040+kti-sam@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:36:31 -0700 Subject: [PATCH] Update __init__.py --- djautotask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djautotask/__init__.py b/djautotask/__init__.py index a9788a3..ff3472e 100644 --- a/djautotask/__init__.py +++ b/djautotask/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (1, 6, 4, 'final') +VERSION = (1, 6, 5, 'final') # pragma: no cover if VERSION[-1] != "final":