Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Release beta 33
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Sep 7, 2021
2 parents ada7017 + d558125 commit f2e825f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="hca-metadata-api",
version="1.0b32",
version="1.0b33",
license='MIT',
install_requires=[
"dataclasses >= 0.6;python_version<'3.7'"
Expand Down
4 changes: 0 additions & 4 deletions src/humancellatlas/data/metadata/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,6 @@ class Project(Entity):
publications: Set[ProjectPublication]
contributors: Set[ProjectContact]
accessions: Set[Accession]
insdc_project_accessions: Set[str]
geo_series_accessions: Set[str]
array_express_accessions: Set[str]
insdc_study_accessions: Set[str]
supplementary_links: Set[str]
estimated_cell_count: Optional[int]

Expand Down

0 comments on commit f2e825f

Please sign in to comment.