Skip to content

Commit 0264f28

Browse files
authored
Bumping version for PyPI
1 parent 43b5a79 commit 0264f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup
22

33
setup(name='nb2mail',
4-
version='0.5',
4+
version='0.6',
55
description='Convert notebooks to email',
66
url='http://github.com/nfultz/nb2mail',
7-
download_url='https://github.com/nfultz/nb2mail/tarball/0.5',
7+
download_url='https://github.com/nfultz/nb2mail/tarball/0.6',
88
author='Neal Fultz',
99
author_email='[email protected]',
1010
license='BSD',

0 commit comments

Comments
 (0)