Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update viralflow #41

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions wrapper/viralflow
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ from sys import exit

__author__ = "Antonio Marinho da Silva Neto"
__license__ = "GPL"
__version__ = "0.1.0"
__version__ = "1.0.0"
__maintainer__ = "Antonio Marinho da Silva Neto"
__email__ = "[email protected]"

Expand Down Expand Up @@ -124,8 +124,8 @@ if args.run == True:
if args.params_file == None:
print("ERROR: no params_file was provided")
exit(1)
print("ViralFlow v0.1.0")
print("ViralFlow v1.0.0")
wrapper.run_vfnext(VF_ROOT_PATH, args.params_file)
exit(0)

print(":: DONE ::")
print(":: DONE ::")