Skip to content

Commit

Permalink
#20 Update version, update format.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMandich authored Oct 3, 2021
1 parent bfb8b22 commit c3a835b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

setuptools.setup(
name='PyFlume',
version='0.7.0',
version='0.7.1',
author='ChrisMandich',
author_email='[email protected]',
description='Package to integrate with Flume Sensor',
long_description_content_type='text/markdown',
long_description=long_description,
url='https://github.com/ChrisMandich/PyFlume',
packages=setuptools.find_packages(exclude=['tests','tests.*']),
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit c3a835b

Please sign in to comment.