Skip to content

Commit

Permalink
Merge pull request #8 from astronomer/release
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
fritz-astronomer authored Aug 28, 2024
2 parents 2aee630 + 288a8f9 commit b2d282f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
- run: just install
- run: just test-with-coverage
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion orbiter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from enum import Enum
from typing import Any, Tuple

__version__ = "1.0.2a1"
__version__ = "1.0.2"

version = __version__

Expand Down

0 comments on commit b2d282f

Please sign in to comment.