Skip to content

Commit

Permalink
Merging dev: v0.2.8 (#33)
Browse files Browse the repository at this point in the history
* version 0.2.7

dev

* .gitignore added (#19)

* Fix NameError (#28)

* Fix NameError

* Fix test definition testEncodeUidSuccess

* Assign ret

* Version 0.2.8 (#32)

* added pypi distribution dir

* updated to 0.2.8

* removed irregularities in License
  • Loading branch information
PrabhanshuAttri authored Oct 4, 2017
1 parent 2ee2fe0 commit f1352fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ __pycache__/
.cache
.idea
.swp
PyBeacon.egg-info/
dist/
5 changes: 2 additions & 3 deletions PyBeacon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Module configuration."""
__title__ = 'PyBeacon'
__version__ = '0.2.7'
__version__ = '0.2.8'
__build__ = 0x016
__author__ = 'Nirmankarta'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016 Nirmankarta'
__license__ = 'GNU Affero General Public License v3 or later (AGPLv3+)'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
download_url='https://github.com/nirmankarta/PyBeacon/archive/master.zip',
author='Nirmankarta',
author_email='we@nirmankarta.com',
license='Apache License 2.0',
license='GNU Affero General Public License v3 or later (AGPLv3+)',
keywords=['Eddystone', 'Eddystone URL', 'Beacon', 'Raspberry Pi'],
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -35,7 +35,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',
'Natural Language :: English',
'Operating System :: POSIX :: Linux',
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit f1352fe

Please sign in to comment.