From 20291a76d949bf3cd1d4f2cb3dfef6884eb8e351 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 27 Oct 2021 17:20:51 +0000 Subject: [PATCH] Forgot to bump version number. --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 687a59e..31b5bd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-workflow-system -version = 0.9.5 +version = 0.9.7 description = A highly customizable workflow system for Django. Create surveys, activities, etc. description-file = README.md long_description_content_type = text/markdown diff --git a/setup.py b/setup.py index e5b5461..cba1c53 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read(f): setup( name="django-workflow-system", - version="0.9.5", + version="0.9.7", description="A highly customizable workflow system for Django. Create surveys, activities, etc.", long_description=read("README.md"), long_description_content_type="text/markdown",