diff --git a/README.md b/README.md index df9ca9b..a6de217 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ voila --template=osscar example.ipynb This repository and all files in it are licensed under the [BSD license](LICENSE), copyright (c) by VoilĂ  contributors. -# Acknowlegements +# Acknowledgements We acknowledge support from the EPFL Open Science Fund via the [OSSCAR](http://www.osscar.org) project. diff --git a/setup.py b/setup.py index 25ed971..d68de31 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup from setuptools.command.develop import develop import contextlib -from pathlib import Path +from pathlib import Path pjoin = os.path.join @@ -85,7 +85,7 @@ def run(self): setup( name='voila-osscar-template', - version='0.2.3', + version='0.2.4', description="OSSCAR template for voila", data_files=data_files, include_package_data=True,