Skip to content

Commit

Permalink
Increment version and change email (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
arimbr authored Nov 19, 2019
1 parent fb563bc commit 472ca02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

setup(
name='airflow-valohai-plugin',
version='0.0.3',
version='0.0.4',
description='Airflow plugin to launch Valohai executions from Airflow tasks',
author='Skillup',
author_email='[email protected]',
author_email='[email protected]',
license='MIT',
packages=find_packages(include=('airflow_valohai_plugin*',)),
entry_points={
Expand Down

0 comments on commit 472ca02

Please sign in to comment.