Skip to content

Commit fd4e93c

Browse files
committed
Release 0.1.5
1 parent 928a8e5 commit fd4e93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from setuptools import setup, find_packages
44

55
NAME = "duka"
6-
VERSION = '0.1.4'
6+
VERSION = '0.1.5'
77

88
setup(
99
name=NAME,
1010
packages=find_packages(),
11-
install_requires=['requests>=3.9.1'],
11+
install_requires=['requests>=2.9.1'],
1212
version=VERSION,
1313
description='Dukascopy Bank SA historical data downloader',
1414
author='Giuseppe Pes',

0 commit comments

Comments
 (0)