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

Commit 1af98da

Browse files
committed
bump version number, update supported python versions
1 parent 88bf119 commit 1af98da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='mvg_api',
23-
version='1.2.5',
23+
version='1.2.6',
2424
description='Library for fetching departure and route data from the Munich public transport organisation MVG',
2525
long_description=long_description,
2626
long_description_content_type='text/markdown',
@@ -34,11 +34,11 @@
3434
'License :: OSI Approved :: MIT License',
3535
'Intended Audience :: Developers',
3636
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
37-
'Programming Language :: Python :: 2.7',
3837
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.3',
40-
'Programming Language :: Python :: 3.4',
4138
'Programming Language :: Python :: 3.5',
39+
'Programming Language :: Python :: 3.6',
40+
'Programming Language :: Python :: 3.7',
41+
'Programming Language :: Python :: 3.8',
4242
],
4343

4444
packages=['mvg_api'],

0 commit comments

Comments
 (0)