Skip to content

Commit

Permalink
Bump to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kblomqvist committed Apr 15, 2017
1 parent 909d03b commit 38cf1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion withings_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from BaseHTTPServer import HTTPServer
from BaseHTTPServer import BaseHTTPRequestHandler

__version__ = '0.1'
__version__ = '0.2'

CONFIG_FILE = path.join(path.expanduser("~"), '.withings')
CONFIG_OPTIONS = ('apikey', 'apisecret')
Expand Down

0 comments on commit 38cf1b1

Please sign in to comment.