Skip to content

Commit

Permalink
ready to release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itzmeanjan committed Sep 24, 2020
1 parent 633f8cc commit c346b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion twiz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Author: Anjan Roy <anjanroy@yandex.com>
License: CC0-1.0
'''
__version__ = '0.2.9'
__version__ = '0.3.0'

from warnings import filterwarnings

Expand Down
2 changes: 1 addition & 1 deletion twiz/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _calculateSuccess(_data: List[bool]) -> float:


def _banner():
print('\x1b[1;6;36;49m[+]twiz v0.2.9 - Your Twitter Account Data Analysis & Visualization Tool <3\x1b[0m\n\n\t\x1b[3;39;40m$ twiz `path-to-zip-file` `path-to-sink-directory`\x1b[0m\n\n[+]Author: Anjan Roy <anjanroy@yandex.com>\n[+]Source: https://github.com/itzmeanjan/twiz ( CC0-1.0 Licensed )\n')
print('\x1b[1;6;36;49m[+]twiz v0.3.0 - Your Twitter Account Data Analysis & Visualization Tool <3\x1b[0m\n\n\t\x1b[3;39;40m$ twiz `path-to-zip-file` `path-to-sink-directory`\x1b[0m\n\n[+]Author: Anjan Roy <anjanroy@yandex.com>\n[+]Source: https://github.com/itzmeanjan/twiz ( CC0-1.0 Licensed )\n')


def _joinName(name: str) -> str:
Expand Down

0 comments on commit c346b0e

Please sign in to comment.