Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcneal committed Sep 5, 2017
1 parent 5f52ccb commit 79abafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python

from setuptools import setup, find_packages
from setuptools import setup, find_packages # type: ignore
import sys

setup(
name='bluefang',
version='0.1.5',
version='0.1.6',
description='Bluetooth and HID utilities for Python 3',
author='Todd McNeal',
author_email='todd.mcneal@gmail.com',
Expand Down

0 comments on commit 79abafd

Please sign in to comment.