Skip to content

Commit

Permalink
Update version to 1.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobfox committed Feb 8, 2016
1 parent afc3dc6 commit bf76ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env python

"""
Copyright (c) 2014, SunSpec Alliance
Copyright (c) 2016, SunSpec Alliance
All Rights Reserved
"""
from distutils.core import setup

setup(name = 'pysunspec',
version = '1.0.6',
version = '1.0.7',
description = 'Python SunSpec Tools',
author = ['Bob Fox'],
author_email = ['[email protected]'],
Expand Down
2 changes: 1 addition & 1 deletion sunspec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# pysunspec version
version = '1.0.6'
version = '1.0.7'

0 comments on commit bf76ec7

Please sign in to comment.