Skip to content

Commit

Permalink
Fixing proto file generation (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr authored May 6, 2024
1 parent 4495253 commit 4c90f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Generate proto files
run: |
protoc -I=./proto --python_out=./traveltimepy/ ./proto/*
protoc -I=./proto --python_out=./traveltimepy/proto/ ./proto/*
- name: Install setuptools
run: |
Expand Down
2 changes: 1 addition & 1 deletion traveltimepy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.9.7"
__version__ = "3.9.8"

0 comments on commit 4c90f77

Please sign in to comment.