Skip to content

Commit

Permalink
Merge pull request #5 from alice-biometrics/release/0.1.3
Browse files Browse the repository at this point in the history
Release/0.1.3
  • Loading branch information
acostapazo authored Dec 19, 2019
2 parents f6c226c + 2475019 commit ba96f4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: pypi

on:
release:
types: [created]
push:
branches:
- release/*

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

CURRENT_DIR = os.path.abspath(os.path.dirname(__file__))
PACKAGE_NAME = "meiga"
VERSION = "0.1.2"
VERSION = "0.1.3"

# The text of the README file
with open(os.path.join(CURRENT_DIR, "README.md")) as fid:
Expand Down

0 comments on commit ba96f4c

Please sign in to comment.