Skip to content

Commit

Permalink
version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Aug 17, 2018
1 parent a18aff8 commit c636f4f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def long_description():

setup(
name='dagster',
version='0.1.5',
version='0.1.6',
author='Elementl',
author_email='[email protected]',
license='Apache-2.0',
Expand All @@ -27,7 +27,7 @@ def long_description():
long_description_content_type='text/markdown',
url='https://github.com/dagster-io/dagster',
classifiers=(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
),
Expand Down Expand Up @@ -55,11 +55,6 @@ def long_description():
'sqlalchemy>=1.2.7',
'jinja2>=2.8',

# examples
# unused and very, very heavy
# 'great-expectations>=0.4.1',
# 'requests>=2.18.4',

# dev/test - Installed via dev-requirements.txt
# 'pylint>=1.8.4',
# 'pytest>=3.5.1',
Expand Down

0 comments on commit c636f4f

Please sign in to comment.