Skip to content

Commit

Permalink
Bump version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filau committed Jul 12, 2021
1 parent e9159ba commit cb01fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion divia_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
__author__ = 'Firmin Launay'
__license__ = 'LGPL-3.0'
__copyright__ = 'divia_api Copyright (C) 2021 Firmin Launay'
__version__ = '1.1'
__version__ = '1.2'

from .api import DiviaAPI
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
setup(
name='divia_api',
packages=['divia_api'],
version='1.1',
version='1.2',
license='LGPL-3.0',
description='divia_api is a Python library that allows to retrieve the timetable of Divia’s bus and tramways straight from a Python script.',
long_description=long_description,
long_description_content_type='text/markdown',
author='Firmin Launay',
author_email='hey@firminlaunay.me',
url='https://github.com/filau/python_divia_api',
download_url='https://github.com/filau/python_divia_api/archive/refs/tags/1.1.tar.gz',
download_url='https://github.com/filau/python_divia_api/archive/refs/tags/1.2.tar.gz',
keywords=['divia', 'api', 'firmin', 'launay', 'dijon', 'bus', 'tram'],
install_requires=[
'requests'
Expand Down

0 comments on commit cb01fe1

Please sign in to comment.