Skip to content

Commit

Permalink
bump version and update pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dwallace0723 committed May 28, 2019
1 parent f3354bb commit c6e026b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "*"
requests = "~=2.22"

[dev-packages]
flake8 = "*"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="pydbtcloud",
version="0.0.2",
version="0.0.3",
description="Python SDK for dbt Cloud.",
keywords="dbt",
long_description=README,
Expand Down

0 comments on commit c6e026b

Please sign in to comment.