Skip to content

Commit ccc7eda

Browse files
committedJun 14, 2020
Bump to v0.3.1
1 parent 3deb736 commit ccc7eda

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.0',
22+
version='0.3.1',
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
@@ -12,7 +12,7 @@
1212
from itertools import zip_longest
1313
from colorama import init
1414

15-
VERSION = '0.3.0'
15+
VERSION = '0.3.1'
1616

1717
init()
1818

0 commit comments

Comments
 (0)