Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
giuse88 committed May 21, 2016
1 parent 6f8f08b commit 928a8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
from setuptools import setup, find_packages

NAME = "duka"
VERSION = '0.1.3'
VERSION = '0.1.4'

setup(
name=NAME,
packages=find_packages(),
install_requires=['requests>=2.9.1'],
install_requires=['requests>=3.9.1'],
version=VERSION,
description='Dukascopy Bank SA historical data downloader',
author='Giuseppe Pes',
Expand Down

0 comments on commit 928a8e5

Please sign in to comment.