Skip to content

Commit 95f7e92

Browse files
committed
Release v0.5.0
1 parent 6e29afa commit 95f7e92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jupyter Notebooks as PDF
22

3-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/betatim/notebook-as-pdf/master)
3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/betatim/notebook-as-pdf/0.5.0)
44

55
This Jupyter notebook extension allows you to save your notebook as a PDF.
66

binder/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
notebook-as-pdf==0.4.0
1+
notebook-as-pdf==0.5.0
22
numpy
33
matplotlib
44
pandas

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
author="Tim Head",
1212
author_email="[email protected]",
13-
version="0.4.0",
13+
version="0.5.0",
1414
description="Jupyter extension to export notebooks as PDFs",
1515
install_requires=["nbconvert", "pyppeteer", "PyPDF2"],
1616
keywords="jupyter pdf export bundler",

0 commit comments

Comments
 (0)