Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Farfar committed Sep 24, 2021
1 parent 4fd6088 commit fca1c60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![PyPi](https://img.shields.io/pypi/v/seatconnect?label=latest%20pypi)
![Downloads PyPi](https://img.shields.io/pypi/dm/seatconnect)

# Seat Connect v1.1.0
# Seat Connect v1.1.1

Fork of https://github.com/lendy007/skodaconnect which in turn is a fork of:
https://github.com/robinostlund/volkswagencarnet
Expand Down
2 changes: 1 addition & 1 deletion seatconnect/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
For more details and documentation, visit the github page at https://github.com/lendy007/skodaconnect
"""
__version__ = "1.1.0"
__version__ = "1.1.1"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# read the contents of your README file
from os import path
from seatconnect.__version__ import __version__ as lib_version
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
Expand All @@ -11,7 +12,7 @@ def local_scheme(version):

setuptools.setup(
name='seatconnect',
version='1.0.30',
version=lib_version,
description='Communicate with Seat Connect',
author='Farfar',
author_email='[email protected]',
Expand Down

0 comments on commit fca1c60

Please sign in to comment.