Skip to content

Commit fbd9f64

Browse files
authored
Version 0.2.8 (#256)
- 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
1 parent 6b0263c commit fbd9f64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python_modules/dagit/dagit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.7.1'
1+
__version__ = '0.2.8'

python_modules/dagit/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def long_description():
5454
'click>=6.7',
5555

5656
# dagster
57-
'dagster>=0.2.7',
57+
'dagster>=0.2.8',
5858

5959
# graphql
6060
'graphql-core>=2.1',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.7.1'
1+
__version__ = '0.2.8'

0 commit comments

Comments
 (0)