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 Oct 4, 2023
1 parent a52f404 commit 8aa745c
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.9.4
version = 0.9.5

all:
help2man -n "manipulate ini files" -o crudini.1 -N ./crudini-help
Expand Down
2 changes: 1 addition & 1 deletion crudini.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def parse_options(self):
if o in ('--help',):
self.usage(0)
elif o in ('--version',):
print('crudini 0.9.4')
print('crudini 0.9.5')
sys.exit(0)
elif o in ('--verbose',):
self.verbose = True
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = crudini
author = Pádraig Brady
author_email = P@draigBrady.com
license = GPLv2
version = 0.9.4
version = 0.9.5
description = A utility for manipulating ini files
keywords = ini, config, edit
url = http://github.com/pixelb/crudini
Expand Down

0 comments on commit 8aa745c

Please sign in to comment.