diff --git a/README.md b/README.md index f185a4279..49cc73da6 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ order matters: the first non-`ipynb` extension is the one used as the reference source for notebook inputs when you open the `ipynb` file. Finally, it is also possible to pair every notebook with a text representation. If you add -``` +```python c.NotebookApp.contents_manager_class = "jupytext.TextFileContentsManager" c.ContentsManager.default_jupytext_formats = "ipynb,py" # or "ipynb,nb.py" # or "ipynb,md" # or "ipynb,Rmd" ``` diff --git a/setup.py b/setup.py index 4450bb253..02068f368 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='jupytext', - version='0.6.0', + version='0.6.1', author='Marc Wouts', author_email='marc.wouts@gmail.com', description='Jupyter notebooks as markdown documents, Python or R scripts',