Skip to content

Commit a12cbd5

Browse files
authored
Bump to 0.2.8.post0(#259)
Something going awry with the 0.2.8 release. Dagit code was out-of-date.
1 parent cc48c88 commit a12cbd5

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.8'
1+
__version__ = '0.2.8.post0'

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.8',
57+
'dagster>=0.2.8.post0',
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.8'
1+
__version__ = '0.2.8.post0'

0 commit comments

Comments
 (0)