We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ec25a commit 9b8bfb0Copy full SHA for 9b8bfb0
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup
2
3
setup(name='nb2mail',
4
- version='0.3',
+ version='0.5',
5
description='Convert notebooks to email',
6
url='http://github.com/nfultz/nb2mail',
7
- download_url='https://github.com/nfultz/nb2mail/tarball/0.2',
+ download_url='https://github.com/nfultz/nb2mail/tarball/0.5',
8
author='Neal Fultz',
9
author_email='[email protected]',
10
license='BSD',
0 commit comments