Skip to content

Commit

Permalink
Version 0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Aug 2, 2016
1 parent b288754 commit 34306f6
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 55 deletions.
107 changes: 54 additions & 53 deletions .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The first task is to create an API key file. By default this is assumed to be ca

To include the HDX Python library in your project, pip install the line below or add the following to your `requirements.txt` file:

git+git://github.com/ocha-dap/hdx-python-api.git#egg=hdx-python-api
git+git://github.com/ocha-dap/hdx-python-api.git@v0.41#egg=hdx-python-api

If you get errors, it is probably the dependencies of the cryptography package that are missing eg. for Ubuntu: python-dev, libffi-dev and libssl-dev. See [cryptography dependencies](https://cryptography.io/en/latest/installation/#building-cryptography-on-linux)

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

setup(
name='hdx-python-api',
version='0.4',
version='0.41',
packages=find_packages(exclude=['ez_setup', 'tests', 'tests.*']),
url='http://data.humdata.org/',
license='PSF',
Expand Down

0 comments on commit 34306f6

Please sign in to comment.