Skip to content

Commit

Permalink
"Bump version 4.0b1"
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Dyan committed Jan 6, 2019
1 parent 5ac209c commit 00cbdb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import os
from distutils.core import setup
from setuptools import setup


extra_packages = []
if os.name == 'nt':
extra_packages.append('pypiwin32')

__version__ = '4.0'
__version__ = '4.0b1'

# Get the long description from the README file
here = os.path.dirname(os.path.abspath(__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.0-dev')
@click.version_option('4.0b1')
@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 00cbdb5

Please sign in to comment.