Skip to content

Commit

Permalink
Merge pull request #141 from blogh/Release_1.6.1
Browse files Browse the repository at this point in the history
Bump version to 1.6.1
  • Loading branch information
blogh authored May 14, 2020
2 parents 1ce898a + 90bb92b commit 1bbc7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_activity
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

from __future__ import print_function

PGTOP_VERSION = "1.6.0"
PGTOP_VERSION = "1.6.1"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name = 'pg_activity',
version = '1.6.0',
version = '1.6.1',
author = 'Julien Tachoires',
author_email = '[email protected]',
scripts = ['pg_activity'],
Expand Down

0 comments on commit 1bbc7f1

Please sign in to comment.