From 82a3a97a10cfe2a03763829c82c57fec9bc84a23 Mon Sep 17 00:00:00 2001 From: "Kenneth M. Elf Sternberg" Date: Wed, 5 Oct 2016 10:53:57 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.4=20=E2=86=92=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git_lint/__init__.py | 2 +- setup.cfg | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/git_lint/__init__.py b/git_lint/__init__.py index edd1fcb..34c977c 100644 --- a/git_lint/__init__.py +++ b/git_lint/__init__.py @@ -2,6 +2,6 @@ __author__ = 'Kenneth M. "Elf" Sternberg' __email__ = 'elf.sternberg@gmail.com' -__version__ = '0.0.4' +__version__ = '__version__ = '0.0.4'' __all__ = ['git_lint'] diff --git a/setup.cfg b/setup.cfg index 8599c8b..59da532 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,3 +16,4 @@ universal = 1 [flake8] exclude = docs + diff --git a/setup.py b/setup.py index 690d079..f93b911 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ test_requirements = [ setup( name='git_linter', - version='0.0.4', + version='version='0.0.4'', description="A git command to lint everything in your workspace (or stage) that was changed since the last commit.", long_description=readme + '\n\n' + history, author='Kenneth M. "Elf" Sternberg',