Skip to content

Commit

Permalink
Bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Jul 26, 2021
1 parent 0f218db commit f0657a8
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.5.1',
version='0.5.2',
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 @@ -16,7 +16,7 @@
import os
import re

VERSION = "0.5.1"
VERSION = "0.5.2"

init()

Expand Down

0 comments on commit f0657a8

Please sign in to comment.