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 Dec 13, 2016
1 parent 862521d commit d89188d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8
version = 0.9

all:
help2man -n "manipulate ini files" -o crudini.1 -N ./crudini-help
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
crudini NEWS -*- outline -*-

* Noteworthy changes in release 0.9 (????-??-??)
* Noteworthy changes in release 0.9 (2016-12-13)

** Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion crudini
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ Options:
if o in ('--help',):
self.usage(0)
elif o in ('--version',):
print 'crudini 0.8'
print 'crudini 0.9'
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.8",
version="0.9",
author="Pádraig Brady",
author_email="P@draigBrady.com",
description=("A utility for manipulating ini files"),
Expand Down

0 comments on commit d89188d

Please sign in to comment.