Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca committed Jan 2, 2021
1 parent 8cc2151 commit dce5f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
branches:
- deploy
- master
tags-ignore:
- v*

Expand Down
2 changes: 1 addition & 1 deletion pyslink.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
from distutils.sysconfig import get_python_lib

__version__ = "0.2.0"
__version__ = "0.3.0"


def sh(command, cwd=None):
Expand Down

0 comments on commit dce5f7d

Please sign in to comment.