Skip to content

Commit

Permalink
Bump version: 0.10.2 → 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Feb 12, 2024
1 parent 8ea631e commit 2c706a7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.2
current_version = 0.10.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion mg_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

__all__ = ["original_metadata", "sequence_search", "bulk_download"]

__version__ = "0.10.2"
__version__ = "0.10.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(exclude=["ez_setup"]),
version="0.10.2",
version="0.10.3",
python_requires=">=3.8",
install_requires=install_requirements,
setup_requires=["pytest-runner"],
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/original_metadata/ERP001178.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Run,Amount or size of sample collected,Collection date,Depth,ENA-CHECKLIST,ENA-FIRST-PUBLIC,ENA-KEYWORD,ENA-LAST-UPDATE,Elevation,Enviornmental package,Environment (biome),Environment (featurel),Environment (material),"Geographic location (country:region,area)",Geographic location (latitude),Geographic location (longitude),Investigation type,Project name,Read depth,Sample,Sequencing method,organism,salinity,sample has member,scientific_name,temperature,total depth of water column
ERR071289,11l,39517,65m,GSC:MIxS v2.1,2012-10-02,"GSC, MIxS, MIMS",2018-03-09,0,water,ocean biome / ENVO:01000048,ocean / ENVO:00000015,ocean water / ENVO:00002151,Arctic Ocean,71° 2.315,-123° 54.652,MIxS,ArcticWinter,320,ERS089005,Pyrosequencing,marine metagenome,32.51,SAMEA1531548,marine metagenome,-1.49,320m
2 changes: 1 addition & 1 deletion tests/integration/original_metadata/ERP001178.csv.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7b26ba440c42b3f8b9b41c378b5a36be ERP001178.csv
6b375f1f7e6cc739f34366c6d2b41347 ERP001178.csv

0 comments on commit 2c706a7

Please sign in to comment.