Skip to content

Commit

Permalink
Bump version to 0.1a2, add __version__ to library, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Jan 13, 2015
1 parent 58535fa commit 9083731
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

.. currentmodule:: PyAirview

Release 0.1a2
-------------

- Single-file Python 2.7 and 3.2+ compatibility

Release 0.1a1
-------------
Expand Down
2 changes: 1 addition & 1 deletion pyairview.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def scan_callback(rssi_list):
__author__ = 'Stephen Oliver'
__maintainer__ = 'Stephen Oliver <[email protected]>'
__license__ = 'MIT'

__version__ = '0.1a2'

import time
import string
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read_file(name, *args):


setup(name='pyairview',
version='0.1a1',
version='0.1a2',
description='PyAirview is a very simple Python library for the Ubiquiti Airview2 2.4GHz spectrum analyzer, which has an undocumented device API.',
long_description=read_file('README.rst'),
author='Stephen Oliver',
Expand Down

0 comments on commit 9083731

Please sign in to comment.