From 88fb3c01d880700d78d89f957b1a1b4cca7f38ff Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Wed, 2 Jan 2019 14:19:51 -0700 Subject: [PATCH] Do Commit and Tag --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a6bc89b..7a0e120 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,8 @@ count = True [bumpversion] current_version = 0.0.1 -commit = False -tag = False +commit = True +tag = True [bumpversion:file:setup.py] [bumpversion:file:src/synthale/__init__.py]