We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22616ea commit f39c462Copy full SHA for f39c462
setup.py
@@ -19,7 +19,7 @@
19
name='termgraph',
20
packages=['termgraph'],
21
entry_points={'console_scripts': ['termgraph=termgraph.termgraph:main']},
22
- version='0.3.1',
+ version='0.4.0',
23
author="mkaz",
24
author_email="marcus@mkaz.com",
25
url='https://github.com/mkaz/termgraph',
termgraph/termgraph.py
@@ -15,7 +15,7 @@
15
import os
16
import re
17
18
-VERSION = "0.3.1"
+VERSION = "0.4.0"
init()
0 commit comments