Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fpietka committed Jun 16, 2017
1 parent ad0cbcb commit 625f35f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/rdspgbadger.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import logging

__version__ = "1.0.3"
__version__ = "1.1.0"


def valid_date(s):
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


setup(name='rdspgbadger',
version='1.0.3',
version='1.1.0',
description=("Fetch logs from RDS postgres instance and use them with "
"pgbadger to generate a report."),
url='http://github.com/fpietka/rds-pgbadger',
Expand All @@ -30,6 +30,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],
zip_safe=True)

0 comments on commit 625f35f

Please sign in to comment.