diff --git a/setup.cfg b/setup.cfg index 26ad3aa..3919726 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0.12 +current_version = 1.1.0.13 parse = (?P\d+)\.(?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch}.{release} diff --git a/setup.py b/setup.py index 5819593..52cd163 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup import os -version = "1.1.0.12" +version = "1.1.0.13" # find_packages might not work with stub files