We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3deb736 commit ccc7edaCopy full SHA for ccc7eda
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.0',
+ version='0.3.1',
23
author="mkaz",
24
author_email="marcus@mkaz.com",
25
url='https://github.com/mkaz/termgraph',
termgraph/termgraph.py
@@ -12,7 +12,7 @@
12
from itertools import zip_longest
13
from colorama import init
14
15
-VERSION = '0.3.0'
+VERSION = '0.3.1'
16
17
init()
18
0 commit comments