Skip to content

Commit dce5f7d

Browse files
author
Luca
committed
Release
1 parent 8cc2151 commit dce5f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release
33
on:
44
push:
55
branches:
6-
- deploy
6+
- master
77
tags-ignore:
88
- v*
99

pyslink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
from distutils.sysconfig import get_python_lib
66

7-
__version__ = "0.2.0"
7+
__version__ = "0.3.0"
88

99

1010
def sh(command, cwd=None):

0 commit comments

Comments
 (0)