From fa71d098a4a3876595dca1a0943eaa75dfdac5a3 Mon Sep 17 00:00:00 2001 From: zaanposni Date: Tue, 7 Jan 2020 21:43:39 +0100 Subject: [PATCH] fixed path --- docs/source/conf.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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',