Skip to content

Commit

Permalink
Version 0.2.8 (#256)
Browse files Browse the repository at this point in the history
- Version bump to deal with likely pypi issue around using a fourth-level version number
- Added more elegant syntax for building solid and context configs
  • Loading branch information
schrockn committed Nov 1, 2018
1 parent 6b0263c commit fbd9f64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.1'
__version__ = '0.2.8'
2 changes: 1 addition & 1 deletion python_modules/dagit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def long_description():
'click>=6.7',

# dagster
'dagster>=0.2.7',
'dagster>=0.2.8',

# 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.7.1'
__version__ = '0.2.8'

0 comments on commit fbd9f64

Please sign in to comment.