Skip to content

Commit

Permalink
version bump 1.0.6 --> 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Feb 1, 2021
1 parent bffdb39 commit 034468f
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 @@ -5,7 +5,7 @@

setuptools.setup(
name='wifi-password',
version='1.0.6',
version='1.0.7',
author='Siddharth Dushantha',
author_email='siddharth.dushantha@gmail.com',
description='Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect',
Expand Down
2 changes: 1 addition & 1 deletion wifi_password/wifi_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import os
import qrcode

__version__ = "1.0.6"
__version__ = "1.0.7"

def run_command(command):
output, _ = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, shell=True).communicate()
Expand Down

0 comments on commit 034468f

Please sign in to comment.