Skip to content

Commit 8491320

Browse files
committed
V 0.1.8
1 parent 041eb33 commit 8491320

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
0.1.8 (2021-11-25)
6+
------------------
7+
8+
* Update Landfill model.
9+
10+
511
0.1.6 (2021-10-02)
612
------------------
713

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ Life-Cylce Process Models for swolfpy (swolfpy_processmodels)
3636
:alt: DOI
3737

3838
* Free software: GNU GENERAL PUBLIC LICENSE V2
39+
* Website: https://swolfpy-project.github.io
3940
* Documentation: https://swolfpy.readthedocs.io.
4041
* Repository: https://github.com/SwolfPy-Project/swolfpy-processmodels
41-
* Other links:
42-
43-
* https://go.ncsu.edu/swolfpy
44-
* https://jwlevis.wixsite.com/swolf
4542

4643

4744
Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
test_suite='tests',
6565
tests_require=test_requirements,
6666
url='https://github.com/SwolfPy-Project/swolfpy-processmodels',
67-
version='0.1.7',
67+
version='0.1.8',
6868
zip_safe=False,
6969
)

swolfpy_processmodels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
'GC',
3434
'RDF',]
3535

36-
__version__ = '0.1.7'
36+
__version__ = '0.1.8'

0 commit comments

Comments
 (0)