Skip to content

Commit

Permalink
Bump nbconvert version and version
Browse files Browse the repository at this point in the history
  • Loading branch information
nfultz committed Jan 6, 2024
1 parent bc92de2 commit 22954cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import setup

setup(name='nb2mail',
version='0.9',
version='1.0',
description='Convert notebooks to email',
url='http://github.com/nfultz/nb2mail',
download_url='https://github.com/nfultz/nb2mail/tarball/0.8',
author='Neal Fultz',
author_email='nfultz@gmail.com',
license='BSD',
packages=['nb2mail'],
install_requires=['jupyter'],
install_requires=['nbconvert>=6.0.0'],
zip_safe=False,
include_package_data=True,
entry_points = {
Expand Down

0 comments on commit 22954cc

Please sign in to comment.