Bump version: 0.0.4 → 0.0.4
This commit is contained in:
parent
9748c24207
commit
82a3a97a10
|
@ -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']
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in New Issue