Skip to content

Commit

Permalink
Bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Jun 14, 2020
1 parent 3deb736 commit ccc7eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name='termgraph',
packages=['termgraph'],
entry_points={'console_scripts': ['termgraph=termgraph.termgraph:main']},
version='0.3.0',
version='0.3.1',
author="mkaz",
author_email="[email protected]",
url='https://github.com/mkaz/termgraph',
Expand Down
2 changes: 1 addition & 1 deletion termgraph/termgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from itertools import zip_longest
from colorama import init

VERSION = '0.3.0'
VERSION = '0.3.1'

init()

Expand Down

0 comments on commit ccc7eda

Please sign in to comment.