Skip to content

Commit a3c7eba

Browse files
authored
Merge pull request #449 from roboflow/release/v1.3.1
chore: bump version to 1.3.1, fix publish workflow trigger
2 parents 7834066 + f727441 commit a3c7eba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish WorkFlow
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
build:

roboflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from roboflow.models import CLIPModel, GazeModel # noqa: F401
1616
from roboflow.util.general import write_line
1717

18-
__version__ = "1.3.0"
18+
__version__ = "1.3.1"
1919

2020

2121
def check_key(api_key, model, notebook, num_retries=0):

0 commit comments

Comments
 (0)