Skip to content

Commit

Permalink
New release. Fux bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
isapozhkov committed Oct 24, 2016
1 parent ebb640c commit c70d324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from distutils.core import setup
from setuptools import setup

setup(
name='wificontrol',
version='0.2.0',
version='0.2.1',
author='Ivan Sapozhkov',
author_email='[email protected]',
py_modules=['wificontrol'],
packages=['wificontrol'],
license = 'GPLv3',
url='https://github.com/emlid/reach-wifi-configurator.git',
description='Module for contol WiFi connections with host(AP) and client(WPA) modes.',
Expand Down

0 comments on commit c70d324

Please sign in to comment.