From 6ee500561f58a9e40f28256e5aee6ea79af76563 Mon Sep 17 00:00:00 2001 From: Rohan Agrawal Date: Sun, 9 Jul 2017 10:26:59 -0700 Subject: [PATCH] Bump to 0.1.0 --- debian/changelog | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a84384f..b083a09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -pifi (0.0.2) UNRELEASED; urgency=medium +pifi (0.1.0) UNRELEASED; urgency=medium - * Added systemd intergration + * Added basic cli tool for mangaging pifi - -- Rohan Agrawal Wed, 10 May 2017 20:17:41 -0700 + -- Rohan Agrawal Sun, 09 Jul 2017 09:51:16 -0700 diff --git a/setup.py b/setup.py index 95d75e1..bc41af6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pifi', - version='0.0.3', + version='0.1.0', description='Wifi tools for the Raspberry Pi', url='https://github.com/rohbotics/pifi',