Skip to content

Commit

Permalink
Update to v0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Sep 6, 2019
1 parent 586c7e9 commit 85d0b9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Veit Schiele'

# The full version, including alpha/beta/rc tags
release = '0.1.19'
release = '0.1.20'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -87,7 +87,7 @@
}

# Change default HTML title
html_title = 'Jupyter Tutorial v0.1.19'
html_title = 'Jupyter Tutorial v0.1.20'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-tutorial",
"version": "0.1.19",
"version": "0.1.20",
"description": "Aufbau und Nutzung einer Forschungsinfrastruktur auf Basis von Jupyter Notebooks",
"main": "",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup_args = dict(
name='jupyter-tutorial',
packages=[],
version='0.1.19',
version='0.1.20',
description='Jupyter Tutorial',
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 85d0b9d

Please sign in to comment.