Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
respectus committed Jul 17, 2017
1 parent 2e02c8a commit 6bdfb16
Showing 1 changed file with 2 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.1.1',
version = '1.1.2',
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.1.1',
download_url = 'https://github.com/logdna/python/tarball/1.1.2',
keywords = ['logdna', 'logging', 'logs', 'python', 'logdna.com', 'logger'],
install_requires=[
'requests',
Expand Down

0 comments on commit 6bdfb16

Please sign in to comment.