Skip to content

Commit

Permalink
fixed path (#50)
Browse files Browse the repository at this point in the history
fixed path
  • Loading branch information
zaanposni authored Jan 7, 2020
2 parents 901d46d + fa71d09 commit 2d60c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'zaanposni'

# The full version, including alpha/beta/rc tags
release = '1.1.1'
release = '1.1.2'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 2d60c28

Please sign in to comment.