Skip to content

Commit be47672

Browse files
committed
Minor changes bumped to 1.0.1
1 parent 66d5d7f commit be47672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
setup(
33
name = 'logdna',
44
packages = ['logdna'],
5-
version = '1.0.0',
5+
version = '1.0.1',
66
description = 'A python package for sending logs to LogDNA',
77
author = 'Answerbook Inc.',
88
author_email = 'help@logdna.com',
99
url = 'https://github.com/logdna/python',
10-
download_url = 'https://github.com/logdna/python/tarball/1.0.0',
10+
download_url = 'https://github.com/logdna/python/tarball/1.0.1',
1111
keywords = ['logdna', 'logging', 'logs', 'python', 'logdna.com', 'logger'],
1212
classifiers = [],
1313
)

0 commit comments

Comments
 (0)