Skip to content

Commit

Permalink
"Bump version 5.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
edyan committed May 23, 2021
1 parent ed24295 commit 4674aa3
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 @@ -6,7 +6,7 @@
if os.name == 'nt':
extra_packages.append('pypiwin32')

__version__ = '4.2'
__version__ = '5.0'


# Get the long description from the README file
Expand Down
2 changes: 1 addition & 1 deletion stakkr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Read the configuration file and setup the required services by
linking and managing everything for you.""")
@click.version_option('4.2')
@click.version_option('5.0')
@click.option('--config', '-c', help='Set the configuration filename (stakkr.yml by default)')
@click.option('--debug/--no-debug', '-d', default=False)
@click.option('--verbose', '-v', is_flag=True)
Expand Down

0 comments on commit 4674aa3

Please sign in to comment.