diff --git a/forex_python/converter.py b/forex_python/converter.py index dfcbcd7..d2b1a78 100644 --- a/forex_python/converter.py +++ b/forex_python/converter.py @@ -24,7 +24,7 @@ def __init__(self, force_decimal=False): self._force_decimal = force_decimal def _source_url(self): - return "https://ratesapi.io/api/" + return "https://api.ratesapi.io/api/" def _get_date_string(self, date_obj): if date_obj is None: diff --git a/setup.py b/setup.py index ef2357e..abe5da6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup, find_packages -VERSION = '1.4' +VERSION = '1.5' long_description_text = """Forex Python is a Free Foreign exchange rates and currency conversion. Features: List all currency rates.