Skip to content

Commit

Permalink
Updated version numbers in setup and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
allfro committed Jun 6, 2017
1 parent 8bf65f8 commit f0fa0e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
setup(
name='canari',
author='Nadeem Douba',
version='3.0',
version='3.1',
author_email='ndouba@gmail.com',
description='Rapid transform development and transform execution framework for Maltego.',
license='GPLv3',
Expand Down
10 changes: 5 additions & 5 deletions src/canari/commands/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
def banner(args):
print r"""
Your running ...
_ ___ ___
_______ ____ ___ _____(_) /_ / / _ \
/ __/ _ `/ _ \/ _ `/ __/ / /_ /_/ // /
\__/\_,_/_//_/\_,_/_/ /_/ /___/(_)___/
_ ___
_______ ____ ___ _____(_) /_ /
/ __/ _ `/ _ \/ _ `/ __/ / /_ /
\__/\_,_/_//_/\_,_/_/ /_/ /___/
... http://canariproject.com
... http://github.com/redcanari/canari3
"""

0 comments on commit f0fa0e7

Please sign in to comment.