File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 104104 style ="height:1in; "> A Python toolkit for computational methods and simulation</ p >
105105 < div class ="btn-group " role ="group ">
106106 < a class ="btn btn-success "
107- href ="https://github.com/erdc/proteus/archive/1.7.0 .tar.gz ">
107+ href ="https://github.com/erdc/proteus/archive/1.7.1 .tar.gz ">
108108 < span class ="glyphicon glyphicon-download "> </ span > Download
109109 </ a >
110110 < button type ="button " class ="btn btn-success dropdown-toggle " data-toggle ="dropdown "> < span class ="caret "> </ span > </ button >
111111 < ul class ="dropdown-menu ">
112- < li > < a href ="https://github.com/erdc/proteus/archive/1.6.1.tar.gz "> Version 1.7.0</ a > </ li >
112+ < li > < a href ="https://github.com/erdc/proteus/archive/1.7.1.tar.gz "> Version 1.7.1</ a > </ li >
113+ < li > < a href ="https://github.com/erdc/proteus/archive/1.7.0.tar.gz "> Version 1.7.0</ a > </ li >
113114 < li > < a href ="https://github.com/erdc/proteus/archive/1.6.1.tar.gz "> Version 1.6.1</ a > </ li >
114115 < li > < a href ="https://github.com/erdc/proteus/archive/1.6.0.tar.gz "> Version 1.6.0</ a > </ li >
115116 < li > < a href ="https://github.com/erdc/proteus/archive/1.5.1.tar.gz "> Version 1.5.1</ a > </ li >
Original file line number Diff line number Diff line change 99 import pkgutil
1010 __path__ = pkgutil .extend_path (__path__ , __name__ )
1111
12- __version__ = '1.7.0.dev0 '
12+ __version__ = '1.7.1 '
1313
1414__all__ = ["Archiver" ,
1515 "Domain" ,
Original file line number Diff line number Diff line change 630630
631631def setup_given_extensions (extensions ):
632632 setup (name = 'proteus' ,
633- version = '1.7.0.dev0 ' ,
633+ version = '1.7.1 ' ,
634634 classifiers = [
635635 'Development Status :: 4 - Beta' ,
636636 'Environment :: Console' ,
You can’t perform that action at this time.
0 commit comments