Skip to content

Commit

Permalink
release version updated (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath authored Aug 29, 2024
1 parent cfbcec7 commit 22fb4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "astro-provider-ray"
copyright = "2024, Astronomer"
author = "Astronomer"
release = "0.1.0"
release = "0.2.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion ray_provider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.1.0"
__version__ = "0.2.0"

from typing import Any

Expand Down

0 comments on commit 22fb4f7

Please sign in to comment.