From d36a91d9391eb6736d4ae7a7a1abf1406c7505e0 Mon Sep 17 00:00:00 2001 From: Nicholas Charriere Date: Fri, 28 Apr 2017 09:45:23 -0700 Subject: [PATCH] Add files to bumpversion config --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 6751a0f..240dc68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,7 @@ current_version = 1.0.0 commit = False tag = False +files = setup.py snappass/__init__.py [flake8] show-source = True