Skip to content

Commit f39c462

Browse files
committed
Bump to v0.4.0
1 parent 22616ea commit f39c462

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.3.1',
22+
version='0.4.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
@@ -15,7 +15,7 @@
1515
import os
1616
import re
1717

18-
VERSION = "0.3.1"
18+
VERSION = "0.4.0"
1919

2020
init()
2121

0 commit comments

Comments
 (0)