Skip to content

Commit 8ce11c8

Browse files
author
Wei-Ning Huang
committed
Bump version to 0.5.0
1 parent 13b20bc commit 8ce11c8

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

AUTHORS

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
Developers
22
----------
3-
3+
Wei-Ning Huang <[email protected]>
44

55
Contributors
66
------------
7-
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
7+
ChangZhuo Chen <czchen@czchen.org>
88
Chris Smith <[email protected]>
9+
910
Jakub Wilk <[email protected]>
11+
Jan Chren (rindeal) <[email protected]>
12+
1013
Jochen Schneider <[email protected]>
1114
John Easton <[email protected]>
15+
Masanori Misono <[email protected]>
1216
Matan Rosenberg <[email protected]>
13-
17+
Reverend Homer <[email protected]>
18+
Simon Gene Gottlieb <[email protected]>
1419
20+
21+

bin/cppman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ from cppman.environ import config
4242
from cppman.util import update_mandb_path, update_man3_link
4343

4444
program_name = sys.argv[0]
45-
program_version = '0.4.9'
45+
program_version = '0.5.0'
4646

4747

4848
def version():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name = 'cppman',
18-
version = '0.4.9',
18+
version = '0.5.0',
1919
description = 'C++ 98/11/14/17/20 manual pages for Linux/MacOS',
2020
author = 'Wei-Ning Huang (AZ)',
2121
author_email = '[email protected]',

0 commit comments

Comments
 (0)