Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:osscar-org/voila-osscar-template…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
dou-du committed Oct 23, 2020
2 parents 074446b + ca95f53 commit 8363289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 8363289

Please sign in to comment.