From 8a69fd5c73b7779363002ec1d475843705bf3637 Mon Sep 17 00:00:00 2001 From: Christophe Demko Date: Sat, 30 Jun 2018 17:02:01 +0200 Subject: [PATCH] Using pypi version scheme https://www.python.org/dev/peps/pep-0440 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 895b740..d82a57c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='3.1.0-dev', + version='3.1.0.dev0', # The project's description description='A pandoc filter for automatic numbering',