File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 given-names : " Simon"
99 orcid : " https://orcid.org/0000-0002-2700-4605"
1010title : " Neotoma Paleoecology Database DataBUS"
11- version : 0.1 .0
11+ version : 2.0 .0
1212date-released : 2023-11-15
1313url : " https://github.com/NeotomaDB/DataBUS"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " DataBUS"
7- version = " 0.1 .0"
7+ version = " 2.0 .0"
88description = " Upload dataset records to the Neotoma Database"
99authors = [{name = " Socorro E Dominguez Vidana" , email = " dominguezvid@uwisc.edu" }]
1010license = " MIT"
Original file line number Diff line number Diff line change 88 __version__ (str): Current version of the package.
99"""
1010
11- __version__ = "0.1 .0"
11+ __version__ = "2.0 .0"
1212
1313import argparse
1414import datetime
Original file line number Diff line number Diff line change 77 __version__ (str): Version of the neotomaHelpers module.
88"""
99
10- __version__ = "0.1 .0"
10+ __version__ = "2.0 .0"
1111
1212from .check_file import check_file
1313from .get_contacts import get_contacts
Original file line number Diff line number Diff line change 44It provides functions to validate various paleontological and geochronological data
55types before insertion into the Neotoma database.
66
7- Version: 0.1 .0
7+ Version: 2.0 .0
88"""
99
10- __version__ = "0.1 .0"
10+ __version__ = "2.0 .0"
1111
1212import argparse
1313import datetime
You can’t perform that action at this time.
0 commit comments