Skip to content

Commit

Permalink
Bump version: 1.7.0 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c-mertes committed Sep 16, 2020
1 parent d948f77 commit 604e562
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "wBuild" %}
{% set version = "1.7.0" %}
{% set version = "1.7.1" %}

package:
name: "{{ name|lower }}"
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.0',
version='1.7.1',
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.0'
__version__ = '1.7.1'


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.0',prog_name='wBuild')
@click.version_option('1.7.1',prog_name='wBuild')
def main():
pass

Expand Down

0 comments on commit 604e562

Please sign in to comment.