Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Jan 30, 2025
1 parent 285ea95 commit 5b7770a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inference/core/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.36.0rc1"
__version__ = "0.36.0"


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion inference_cli/lib/roboflow_cloud/batch_processing/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)

batch_processing_app = typer.Typer(
help="Commands for interacting with Roboflow Batch Processing"
help="Commands for interacting with Roboflow Batch Processing. THIS IS ALPHA PREVIEW OF THE FEATURE."
)


Expand Down
2 changes: 1 addition & 1 deletion inference_cli/lib/roboflow_cloud/data_staging/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)

data_staging_app = typer.Typer(
help="Commands for interacting with Roboflow Data Staging"
help="Commands for interacting with Roboflow Data Staging. THIS IS ALPHA PREVIEW OF THE FEATURE."
)


Expand Down

0 comments on commit 5b7770a

Please sign in to comment.