Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
paraita committed Jan 26, 2017
1 parent 543d0d8 commit 17165ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='sophiabus230',
version='0.4',
version='0.6',
description='Module to get the timetable of the Sophia Antipolis bus line 230',
url='http://github.com/paraita/sophiabus230',
author='Paraita Wohler',
Expand All @@ -21,6 +21,8 @@
'mock',
'nose',
'coverage',
'coveralls'
'coveralls',
'future',
'python-dateutil'
],
zip_safe=False)

0 comments on commit 17165ad

Please sign in to comment.