Skip to content

Commit

Permalink
use v1.3.1 (patch release)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria authored Nov 21, 2024
1 parent fd03ced commit e6531d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"api/python":"1.4.0","ontology-assets":"1.2.0",".":"0.0.1"}
{"api/python":"1.3.1","ontology-assets":"1.2.0",".":"0.0.1"}
2 changes: 1 addition & 1 deletion api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.4.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.3.0...python-api-v1.4.0) (2024-11-21)
## [1.3.1](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.3.0...python-api-v1.3.1) (2024-11-21)


### Features
Expand Down
2 changes: 1 addition & 1 deletion api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cellxgene_ontology_guide"
version = "1.4.0"
version = "1.3.1"
description = "Access ontology metadata used by CZ cellxgene"
authors = [
{ name = "Chan Zuckerberg Initiative Foundation", email = "cellxgene@chanzuckerberg.com" }
Expand Down
2 changes: 1 addition & 1 deletion api/python/src/cellxgene_ontology_guide/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
.. include:: ../../CHANGELOG.md
"""

__version__ = "1.4.0"
__version__ = "1.3.1"
__all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"]

0 comments on commit e6531d4

Please sign in to comment.