Bug revision version bump.
This commit is contained in:
parent
9b40abe4ae
commit
1a942e6b1c
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
__author__ = 'Kenneth M. "Elf" Sternberg'
|
__author__ = 'Kenneth M. "Elf" Sternberg'
|
||||||
__email__ = 'elf.sternberg@gmail.com'
|
__email__ = 'elf.sternberg@gmail.com'
|
||||||
__version__ = '0.0.6'
|
__version__ = '0.0.7'
|
||||||
|
|
||||||
__all__ = ['git_lint']
|
__all__ = ['git_lint']
|
||||||
|
|
|
@ -11,7 +11,7 @@ import gettext
|
||||||
_ = gettext.gettext
|
_ = gettext.gettext
|
||||||
|
|
||||||
NAME = 'git-lint'
|
NAME = 'git-lint'
|
||||||
VERSION = '0.0.6'
|
VERSION = '0.0.7'
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.0.6
|
current_version = 0.0.7
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -39,7 +39,7 @@ test_requirements = [
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='git_linter',
|
name='git_linter',
|
||||||
version='0.0.6',
|
version='0.0.7',
|
||||||
description="A git command to lint everything in your workspace (or stage) that was changed since the last commit.",
|
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,
|
long_description=readme + '\n\n' + history,
|
||||||
author='Kenneth M. "Elf" Sternberg',
|
author='Kenneth M. "Elf" Sternberg',
|
||||||
|
|
Loading…
Reference in New Issue