From a80151e8ce27b7e44a6b4305860f2f13fd8781aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=C3=A9rigot?= Date: Fri, 11 Jan 2019 09:18:40 +0100 Subject: [PATCH] fix: version variable path --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5c2b9d4..d875afb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,5 +14,5 @@ install_requires = [semantic_release] version_source = tag -version_variable = djangoldp_profile/__init__.py:__version__ +version_variable = djangoldp_notification/__init__.py:__version__ commit_parser = commit_parser.parse