Skip to content

Commit

Permalink
Bump version: 1.7.1 → 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kTakumo committed Oct 19, 2020
1 parent c2747f1 commit a04a144
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.1
current_version = 1.8.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='wbuild',
version='1.7.1',
version='1.8.0',
description="Automatic build tool for R Reports",
long_description=readme + '\n\n' + history,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion wbuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Leonhard Wachutka"""
__email__ = 'leonhard@wachutka.eu'
__version__ = '1.7.1'
__version__ = '1.8.0'


from . import autolink
Expand Down
2 changes: 1 addition & 1 deletion wbuild/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def setup_paths():

@click.group()
@click_log.simple_verbosity_option(logger)
@click.version_option('1.7.1',prog_name='wBuild')
@click.version_option('1.8.0',prog_name='wBuild')
def main():
pass

Expand Down

0 comments on commit a04a144

Please sign in to comment.