Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit e6fa72e

Browse files
committed
corrected version number
1 parent 75bad43 commit e6fa72e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='mvg_api',
23-
version='1.0.0',
23+
version='1.1.0',
2424
description='Library for fetching departure and route data from the Munich public transport organisation MVG',
2525
long_description=long_description,
2626
url='https://github.com/leftshift/python_mvg_departures',
@@ -33,7 +33,6 @@
3333
'License :: OSI Approved :: MIT License',
3434
'Intended Audience :: Developers',
3535
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
36-
3736
'Programming Language :: Python :: 2.7',
3837
'Programming Language :: Python :: 3',
3938
'Programming Language :: Python :: 3.3',

0 commit comments

Comments
 (0)