Skip to content

Commit

Permalink
Bump CLRS version to 2.0.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652589410
  • Loading branch information
RerRayne authored and copybara-github committed Jul 15, 2024
1 parent cdd2889 commit d12851a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clrs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
from clrs._src.specs import Stage
from clrs._src.specs import Type

__version__ = "1.0.0"
__version__ = "2.0.0"

__all__ = (
"ALGO_IDX_INPUT_NAME",
Expand All @@ -68,6 +68,7 @@
"CLRS_30_ALGS_SETTINGS",
"create_chunked_dataset",
"create_dataset",
"clrs_text",
"get_clrs_folder",
"get_dataset_gcp_url",
"get_processor_factory",
Expand Down

0 comments on commit d12851a

Please sign in to comment.