Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelb committed Jan 28, 2015
1 parent e0cfd01 commit f312ae8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = crudini
version = 0.4
version = 0.5

all:
help2man -n "manipulate ini files" -o crudini.1 -N ./crudini-help
Expand Down
2 changes: 1 addition & 1 deletion crudini
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ Options:
if o in ('--help',):
self.usage(0)
elif o in ('--version',):
print 'crudini 0.4'
print 'crudini 0.5'
sys.exit(0)
elif o in ('--verbose',):
self.verbose = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):

setup(
name="crudini",
version="0.4",
version="0.5",
author="Pádraig Brady",
author_email="P@draigBrady.com",
description=("A utility for manipulating ini files"),
Expand Down

0 comments on commit f312ae8

Please sign in to comment.