Skip to content

Commit

Permalink
[setup] Version -> 1.7, bump wcxf dependency to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Mar 18, 2019
1 parent e4b3668 commit c01b879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
},
install_requires=['scipy>=1.0', 'numpy', 'pylha>=0.2', 'pyyaml',
'ckmutil>=0.3', 'wcxf>=1.5', 'rundec>=0.5',
'ckmutil>=0.3', 'wcxf>=1.6', 'rundec>=0.5',
'voluptuous'],
extras_require={
'testing': ['nose',],
Expand Down
2 changes: 1 addition & 1 deletion wilson/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.6.1'
__version__ = '1.7'

0 comments on commit c01b879

Please sign in to comment.