Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 15, 2010
1 parent 57baf21 commit e2251d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bley
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ __CLEAN_DB_QUERY = '''

def bley_start():

parser = OptionParser(version='0.1.3')
parser = OptionParser(version='0.1.4')
parser.add_option("-p", "--pidfile", dest="pid_file",
help="use PID_FILE for storing the PID")
parser.add_option("-c", "--config", dest="conffile",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "bley",
version = "0.1.3",
version = "0.1.4",
description = "intelligent greylisting daemon for postfix",
author = "Evgeni Golov",
author_email = "[email protected]",
Expand Down

0 comments on commit e2251d7

Please sign in to comment.