Skip to content

Commit

Permalink
"Bump version 3.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Dyan committed Aug 29, 2017
1 parent e4c5178 commit 916260b
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.3'
__version__ = '3.5'

# 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 @@ -17,7 +17,7 @@
Read the configuration file and setup the required services by
linking and managing everything for you.""")
@click.version_option('3.4.3')
@click.version_option('3.5')
@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 916260b

Please sign in to comment.