diff --git a/setup.py b/setup.py index 38b5646..239a750 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name='termgraph', packages=['termgraph'], entry_points={'console_scripts': ['termgraph=termgraph.termgraph:main']}, - version='0.4.2', + version='0.5.0', author="mkaz", author_email="marcus@mkaz.com", url='https://github.com/mkaz/termgraph', diff --git a/termgraph/termgraph.py b/termgraph/termgraph.py index 6ac7b5e..49d664c 100755 --- a/termgraph/termgraph.py +++ b/termgraph/termgraph.py @@ -16,7 +16,7 @@ import os import re -VERSION = "0.4.2" +VERSION = "0.5.0" init()