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