Skip to content

Commit

Permalink
Merge pull request #32 from VIDA-NYU/dev-0.1.5
Browse files Browse the repository at this point in the history
Bump datamart-profiler dependency to 0.9
  • Loading branch information
heikomuller authored Apr 28, 2021
2 parents 09dfa66 + 24513dd commit e028035
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@
### 0.1.4 - 2021-04-27

* Bump openclean-core version to 0.4.0.


### 0.1.5 - 2021-04-28

* Bump datamart-profiler dependency to 0.9.
2 changes: 1 addition & 1 deletion openclean_notebook/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

"""Version information for the openclean Jupyter package."""

__version__ = '0.1.4'
__version__ = '0.1.5'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
future
jsonschema==3.2.0
openclean-core>=0.4.0
datamart-profiler==0.8.1
datamart-profiler==0.9
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'future',
'jsonschema==3.2.0',
'openclean-core>=0.4.0',
'datamart-profiler==0.8.1'
'datamart-profiler==0.9'
]


Expand All @@ -29,12 +29,16 @@
]


dev_require = ['flake8', 'python-language-server'] + tests_require


extras_require = {
'docs': [
'Sphinx',
'sphinx-rtd-theme'
],
'tests': tests_require,
'dev': dev_require,
'jupyter': ['jupyter']
}

Expand Down

0 comments on commit e028035

Please sign in to comment.