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

Commit 4a6c2ac

Browse files
committed
bump version to 1.1.1
1 parent f0ec386 commit 4a6c2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

2121
setup(
2222
name='mvg_api',
23-
version='1.1.0',
23+
version='1.1.1',
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_api',
@@ -29,7 +29,7 @@
2929
author_email='[email protected]',
3030
license='MIT',
3131
classifiers=[
32-
'Development Status :: 4 - Beta',
32+
'Development Status :: 5 - Production/Stable',
3333
'License :: OSI Approved :: MIT License',
3434
'Intended Audience :: Developers',
3535
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

0 commit comments

Comments
 (0)