Skip to content

Commit

Permalink
Version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 7, 2017
1 parent 5335bbe commit a791518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptop/cryptop.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def write_scr(stdscr, wallet, y, x):
third_pad = ' ' * (CONFIG['theme'].getint('field_length', 13) - 3)

if y >= 1:
stdscr.addnstr(0, 0, 'cryptop v0.1.9', x, curses.color_pair(2))
stdscr.addnstr(0, 0, 'cryptop v0.2.0', x, curses.color_pair(2))
if y >= 2:
header = ' COIN{}PRICE{}HELD {}VAL{}HIGH {}LOW '.format(first_pad, second_pad, third_pad, first_pad, first_pad)
stdscr.addnstr(1, 0, header, x, curses.color_pair(3))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='cryptop',
version='0.1.9',
version='0.2.0',
description='Command line Cryptocurrency Portfolio',
long_description=readme,
author='huwwp',
Expand Down

0 comments on commit a791518

Please sign in to comment.