From ae9892c4bd727dc83cae661c6bdcf5b4322d9660 Mon Sep 17 00:00:00 2001 From: Jordan Suchow Date: Fri, 5 Aug 2016 02:48:00 -0700 Subject: [PATCH] Bump version to 0.6.3 --- proselint/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proselint/version.py b/proselint/version.py index 639a6d8bc..2802b9ed4 100644 --- a/proselint/version.py +++ b/proselint/version.py @@ -1,3 +1,3 @@ """Proselint version number.""" -__version__ = "0.6.2" +__version__ = "0.6.3" diff --git a/setup.cfg b/setup.cfg index 6df6661bb..e303a84ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.6.3 commit = True tag = True tag_name = {new_version}