Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shelcrow authored Mar 29, 2021
1 parent fcf5135 commit 141f7ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
from distutils.core import setup

setup(name = 'pysunspec',
version = '2.0.0',
version = '2.0.1',
description = 'Python SunSpec Tools',
author = ['Bob Fox'],
author_email = ['[email protected]'],
author = 'Bob Fox',
author_email = '[email protected]',
classifiers = [
'Operating System :: OS Independent',
'Operating System :: POSIX :: Linux',
Expand Down

0 comments on commit 141f7ec

Please sign in to comment.