Skip to content

Commit

Permalink
Fixed requirements issue and bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oravi committed Mar 21, 2022
1 parent 55bc2d5 commit e57cf16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monitor/dbt_project/packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: elementary-data/elementary
version: 0.3.3
version: 0.3.5
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name='elementary-data',
description='Data monitoring and lineage',
version='0.2.3',
version='0.2.4',
packages=find_packages(),
python_requires='>=3.6.2',
entry_points='''
Expand Down Expand Up @@ -50,7 +50,8 @@
'flask<1.1.1',
'Jinja2>=2.10.1,<3',
'tomli<2.0.0,>=0.2.6',
'urllib3<1.26,>=1.20'
'urllib3<1.26,>=1.20',
'MarkupSafe==2.0.1'
],
long_description_content_type="text/markdown",
license='',
Expand Down

0 comments on commit e57cf16

Please sign in to comment.