Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Licht-T committed Sep 22, 2020
1 parent 92fbeb4 commit b5a8fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
name: Upload Python Package

on:
release:
types: [created]
push:
tags:
- 'v*'

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion siammask/siammask.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from .model import BaseNet, MaskRefinementNet

VERSION = 'v1.0.3'
VERSION = 'v1.0.4'


class SiamMask:
Expand Down

0 comments on commit b5a8fc1

Please sign in to comment.