Skip to content

Commit

Permalink
bump dagster and dagit to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Sep 18, 2018
1 parent c678582 commit 46011f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python_modules/dagit/dagit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.2.2'
4 changes: 2 additions & 2 deletions python_modules/dagit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def long_description():

version = {}
with open("dagit/version.py") as fp:
exec(fp.read(), version) # pylint: disable=W0122
exec(fp.read(), version) # pylint: disable=W0122

setup(
name='dagit',
Expand Down Expand Up @@ -54,7 +54,7 @@ def long_description():
'click>=6.7',

# dagster
'dagster>=0.2.0',
'dagster>=0.2.2',

# graphql
'graphql-core>=2.1',
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.2'

0 comments on commit 46011f9

Please sign in to comment.