Skip to content

Commit

Permalink
Bump version of module based on recent PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
respectus committed Jul 5, 2017
1 parent 6b81cb6 commit 5eadb3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
setup(
name = 'logdna',
packages = ['logdna'],
version = '1.0.9',
version = '1.1.0',
description = 'A python package for sending logs to LogDNA',
author = 'Answerbook Inc.',
author_email = '[email protected]',
url = 'https://github.com/logdna/python',
download_url = 'https://github.com/logdna/python/tarball/1.0.9',
download_url = 'https://github.com/logdna/python/tarball/1.1.0',
keywords = ['logdna', 'logging', 'logs', 'python', 'logdna.com', 'logger'],
install_requires=[
'requests',
Expand Down
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
def timeThis():
for x in range(100):
log.info('DINGLEBOP ' + str(x))
log.info('%s before you %s', 'Look', 'Leap')

print (timeit.timeit(timeThis, number=2))

Expand Down

0 comments on commit 5eadb3b

Please sign in to comment.