Skip to content

Commit

Permalink
prepare 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 15, 2010
1 parent 5b58ff7 commit efd9583
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.2')
parser = OptionParser(version='0.1.3')
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.2",
version = "0.1.3",
description = "intelligent greylisting daemon for postfix",
author = "Evgeni Golov",
author_email = "[email protected]",
Expand Down

0 comments on commit efd9583

Please sign in to comment.