We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd208b4 commit 4df134fCopy full SHA for 4df134f
setup.py
@@ -3,13 +3,13 @@
3
from distutils.core import setup
4
5
setup(name='dayonelib',
6
- version='0.1',
+ version='0.2',
7
packages=['dayonelib'],
8
description='Tool for DayOne entry automation',
9
author='Phil Jackson',
10
author_email='opensource@underscorephil.com',
11
url='https://www.github.com/underscorephil/dayonelib/',
12
- download_url = 'https://github.com/underscorephil/dayonelib/tarball/0.1',
+ download_url='https://github.com/underscorephil/dayonelib/tarball/0.2',
13
license='MIT License',
14
keywords=['dayone']
15
0 commit comments