There was an error while loading. Please reload this page.
1 parent d55f9d1 commit ee50578Copy full SHA for ee50578
2 files changed
Makefile
@@ -13,7 +13,7 @@ build: setup.py
13
$(PYTHON) setup.py build
14
15
install: build
16
- $(PYTHON) setup.py install
+ sudo $(PYTHON) setup.py install
17
18
test: all
19
# to be done
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='cloudflare',
11
- version='1.0.2',
+ version='1.0.3',
12
description='Python wrapper for the CloudFlare v4 API',
long_description=long_description,
author='Martin J. Levy',
0 commit comments