Skip to content

Commit

Permalink
v 0.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 7, 2015
1 parent c26ef29 commit f4c5963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from models import DAG

__version__ = "0.3.0.1"
__version__ = "0.3.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

# Kept manually in sync with airflow.__version__
version = '0.3.0.1'
version = '0.3.0.2'

setup(
name='airflow',
Expand Down

0 comments on commit f4c5963

Please sign in to comment.