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