From d7eb667bc64da27cc372fd146af4845c2c3fe8fa Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sat, 16 Feb 2019 10:40:47 +0100 Subject: [PATCH] more explicit config --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8d4dee0..a1bf1eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,7 +68,8 @@ addopts = --doctest-modules [pycalver] -current_version = v201812.0018 +current_version = "v201812.0018" +version_pattern = "{pycalver}" commit = True tag = True push = True