diff --git a/setup.cfg b/setup.cfg index 04c071f..1ba1fc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0.16 +current_version = 1.2.0.17 parse = (?P\d+)\.(?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch}.{release} diff --git a/setup.py b/setup.py index 65650b3..51e4420 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup import os -version = "1.2.0.16" +version = "1.2.0.17" # find_packages might not work with stub files