File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,9 @@ Solid Waste Optimization Life-cycle Framework in Python(SwolfPy)
37
37
38
38
39
39
* Free software: GNU GENERAL PUBLIC LICENSE V2
40
- * Documentation: https://swolfpy.readthedocs.io.
40
+ * Website: https://swolfpy-project.github.io
41
+ * Documentation: https://swolfpy.readthedocs.io
41
42
* Repository: https://github.com/SwolfPy-Project/swolfpy
42
- * Other links:
43
-
44
- * https://go.ncsu.edu/swolfpy
45
- * https://jwlevis.wixsite.com/swolf
46
43
47
44
48
45
Features
Original file line number Diff line number Diff line change 75
75
test_suite = 'tests' ,
76
76
tests_require = test_requirements ,
77
77
url = 'https://github.com/SwolfPy-Project/swolfpy' ,
78
- version = '0.2.3 ' ,
78
+ version = '0.2.4 ' ,
79
79
zip_safe = False ,
80
80
)
Original file line number Diff line number Diff line change 26
26
'MyQtApp' ,
27
27
'swolfpy' ]
28
28
29
- __version__ = '0.2.3 '
29
+ __version__ = '0.2.4 '
30
30
31
31
32
32
class swolfpy ():
You can’t perform that action at this time.
0 commit comments