Skip to content

Commit 480cbca

Browse files
committed
V 0.2.4
1 parent 18149c8 commit 480cbca

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ Solid Waste Optimization Life-cycle Framework in Python(SwolfPy)
3737

3838

3939
* 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
4142
* Repository: https://github.com/SwolfPy-Project/swolfpy
42-
* Other links:
43-
44-
* https://go.ncsu.edu/swolfpy
45-
* https://jwlevis.wixsite.com/swolf
4643

4744

4845
Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
test_suite='tests',
7676
tests_require=test_requirements,
7777
url='https://github.com/SwolfPy-Project/swolfpy',
78-
version='0.2.3',
78+
version='0.2.4',
7979
zip_safe=False,
8080
)

swolfpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'MyQtApp',
2727
'swolfpy']
2828

29-
__version__ = '0.2.3'
29+
__version__ = '0.2.4'
3030

3131

3232
class swolfpy():

0 commit comments

Comments
 (0)