Skip to content

Commit

Permalink
feat(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jul 31, 2016
1 parent 650c997 commit b485866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filetype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .filetype import * # noqa

# Current package semver version
__version__ = version = '0.1.1'
__version__ = version = '0.1.2'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'author_email': 'tomas@aparicio.me',
'url': 'https://github.com/h2non/filetype.py',
'download_url': 'https://github.com/h2non/filetype.py/tarball/master',
'version': '0.1.1',
'version': '0.1.2',
'license': 'MIT',
'packages': find_packages(exclude=['dist', 'build', 'docs', 'tests']),
'package_data': {
Expand Down Expand Up @@ -53,6 +53,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: System',
'Topic :: System :: Filesystems',
'Topic :: Utilities',
Expand Down

0 comments on commit b485866

Please sign in to comment.