File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 14
14
15
15
__author__ = "Christopher Henry"
16
16
17
- __version__ = "0.4.0 "
17
+ __version__ = "0.4.2 "
18
18
19
19
logger = logging .getLogger (__name__ )
20
20
Original file line number Diff line number Diff line change @@ -523,16 +523,16 @@ def __init__(
523
523
biomass_id : str ,
524
524
name : str ,
525
525
type : str ,
526
- dna : float ,
527
- rna : float ,
528
- protein : float ,
529
- lipid : float ,
530
- cellwall : float ,
531
- cofactor : float ,
532
- pigment : float ,
533
- carbohydrate : float ,
534
- energy : float ,
535
- other : float ,
526
+ dna : float = 0 ,
527
+ rna : float = 0 ,
528
+ protein : float = 0 ,
529
+ lipid : float = 0 ,
530
+ cellwall : float = 0 ,
531
+ cofactor : float = 0 ,
532
+ pigment : float = 0 ,
533
+ carbohydrate : float = 0 ,
534
+ energy : float = 0 ,
535
+ other : float = 0 ,
536
536
):
537
537
"""
538
538
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "ModelSEEDpy" ,
13
- version = "0.4.0 " ,
13
+ version = "0.4.2 " ,
14
14
description = "Python package for building and analyzing models using ModelSEED" ,
15
15
long_description_content_type = "text/x-rst" ,
16
16
long_description = readme ,
You can’t perform that action at this time.
0 commit comments