Skip to content

Commit

Permalink
4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
herumes committed Jun 9, 2024
1 parent 8babf9a commit 95efc51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@ jobs:
run: |
poetry run black shuttleai --check
# Mypy
- name: Mypy Check
run: |
poetry run mypy shuttleai
# Tests (disabled for now)
# - name: Run Tests
# # Mypy (disabled for now)
# - name: Mypy Check
# run: |
# poetry run pytest tests
# poetry run mypy shuttleai

publish:
if: startsWith(github.ref, 'refs/tags') # || github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion shuttleai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "shuttleai"
__version__ = "4.1.3"
__version__ = "4.1.4"

from ._patch import _patch_httpx
from .client import AsyncShuttleAI, ShuttleAI
Expand Down

0 comments on commit 95efc51

Please sign in to comment.