diff --git a/setup.py b/setup.py index b41ddae..749adb9 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ setup( name='pyEdfEjp', - packages=['pyEdjEjp'], # this must be the same as the name above + packages=['pyEdfEjp'], # this must be the same as the name above install_requires=['urllib.request'], - version='0.2-beta', + version='0.3-beta', description='a simple python3 library for the E.D.F. EJP Pricing', author='Hydreliox', author_email='hydreliox@gmail.com', url='https://github.com/HydrelioxGitHub/pyEdfEjp', # use the URL to the github repo - download_url='https://github.com/HydrelioxGitHub/pyEdfEjp/tarball/0.2-beta', + download_url='https://github.com/HydrelioxGitHub/pyEdfEjp/tarball/0.3-beta', keywords=['EDF', 'EJP', 'Energy', 'API'], # arbitrary keywords classifiers=[], )