Skip to content

Commit f39c462

Browse files
committedJun 19, 2020
Bump to v0.4.0
1 parent 22616ea commit f39c462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎setup.py

+1-1
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="marcus@mkaz.com",
2525
url='https://github.com/mkaz/termgraph',

‎termgraph/termgraph.py

+1-1
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)