Skip to content

Commit

Permalink
0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kvspb committed Feb 3, 2017
1 parent 59bebda commit 88a6672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browscap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .loader import IniLoader

__title__ = 'browscap'
__version__ = '0.0.13'
__version__ = '0.0.14'
__author__ = "Valery Komarov"

VERSION = tuple(map(int, __version__.split('.')))
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='browscap-python',
version='0.0.13',
version='0.0.14',
description='Python Browscap Library.',
url='https://github.com/kvspb/browscap-python',

Expand All @@ -18,7 +18,7 @@
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 88a6672

Please sign in to comment.