Skip to content

Commit

Permalink
Merge a332cf7 into 54bfb7d
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmcd committed Nov 21, 2017
2 parents 54bfb7d + a332cf7 commit 431adc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
setup(
name = "ffx",
version = "1.3.6",
version = "1.3.7",
author = "Trent McConaghy",
author_email = "gtrent@gmail.com",
maintainer = "Nate Kupp",
Expand All @@ -24,5 +24,6 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit 431adc4

Please sign in to comment.