Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rohbotics committed Aug 6, 2017
1 parent 84725a8 commit 24d05d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pifi (0.2.1) xenial; urgency=medium

* Fix dependancy issue with python3-networkmanager

-- Rohan Agrawal <[email protected]> Sun, 06 Aug 2017 10:05:12 -0700

pifi (0.2.0) xenial; urgency=medium

* Switch to Python 3
Expand Down
2 changes: 1 addition & 1 deletion pifi/pifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def list_pending():
con['connection']['id'])

def main():
arguments = docopt(__doc__, version='pifi version 0.2.0')
arguments = docopt(__doc__, version='pifi version 0.2.1')

if arguments['status']:
status()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pifi',
version='0.2.0',
version='0.2.1',
description='Wifi provisioning tools for robots with Raspberry Pis',
url='https://github.com/rohbotics/pifi',

Expand Down

0 comments on commit 24d05d9

Please sign in to comment.