Skip to content

Commit 34306f6

Browse files
committed
Version 0.41
1 parent b288754 commit 34306f6

3 files changed

Lines changed: 56 additions & 55 deletions

File tree

.idea/workspace.xml

Lines changed: 54 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The first task is to create an API key file. By default this is assumed to be ca
4444

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

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

4949
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)
5050

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='hdx-python-api',
16-
version='0.4',
16+
version='0.41',
1717
packages=find_packages(exclude=['ez_setup', 'tests', 'tests.*']),
1818
url='http://data.humdata.org/',
1919
license='PSF',

0 commit comments

Comments
 (0)