Skip to content

Commit

Permalink
Merge branch 'master' of github.com:edyan/stakkr
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Dyan committed Aug 22, 2017
2 parents 43d7d6a + fc93305 commit e1c1abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
extra_packages.append('pypiwin32')


__version__ = '3.4'
__version__ = '3.4.1'

# Get the long description from the README file
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
Expand Down
2 changes: 1 addition & 1 deletion stakkr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Read the configuration file and setup the required services by
linking and managing everything for you.""")
@click.version_option('3.4')
@click.version_option('3.4.1')
@click.option('--config', '-c', help='Change the configuration file')
@click.option('--debug/--no-debug', '-d', default=False)
@click.option('--verbose', '-v', is_flag=True)
Expand Down

0 comments on commit e1c1abe

Please sign in to comment.