Skip to content

Commit 50b5490

Browse files
committed
Bump version to v0.5.0
1 parent caa368a commit 50b5490

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name='termgraph',
2020
packages=['termgraph'],
2121
entry_points={'console_scripts': ['termgraph=termgraph.termgraph:main']},
22-
version='0.4.2',
22+
version='0.5.0',
2323
author="mkaz",
2424
author_email="[email protected]",
2525
url='https://github.com/mkaz/termgraph',

termgraph/termgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
VERSION = "0.4.2"
19+
VERSION = "0.5.0"
2020

2121
init()
2222

0 commit comments

Comments
 (0)