diff --git a/docs/source/conf.py b/docs/source/conf.py index 53ca2b1..fe4d97d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'zaanposni' # The full version, including alpha/beta/rc tags -release = '1.1.1' +release = '1.1.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 83054ef..bc31399 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,12 @@ from setuptools import setup, find_packages -with open("README.md", "r") as fh: +with open("readme.md", "r") as fh: long_description = fh.read() setup( name='vvspy', py_modules=["vvspy"], - version='1.1.1', + version='1.1.2', license='MIT', description='API Wrapper for VVS (Verkehrsverbund Stuttgart)', author='zaanposni',