Skip to content

Commit

Permalink
update kProcessor version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eyes committed Jul 27, 2020
1 parent d70be65 commit 9369e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using namespace std;

#define KPROCESSOR_VERSION "0.1"
#define KPROCESSOR_VERSION "1.0"

int KmerCounter_main(int argc, char *argv[]);
int estimateMemory_main(int argc, char *argv[]);
Expand All @@ -23,7 +23,7 @@ static void usage()
cout<<
"\n"
"This is Kprocessor version "<<KprocessorVersion()
<<" developed by Mostafa Shokrof <mostafa.shokrof@gmail.com> and Tamer Mansour(UC Davis)<drtamermansour@gmail.com>\n"
<<" developed by Mostafa Shokrof <mostafa.shokrof@gmail.com>, Mohamed Abuelanin (UC Davis) <mabuelanin@gmail.com>, and Tamer Mansour(UC Davis)<drtamermansour@gmail.com>\n"
<<"Usage: kprocessor <command> [options]\n"<<
"\n"<<
"Commands:\n"<<
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class CustomBuild(build):
branch_name = subprocess.getoutput("git rev-parse --abbrev-ref HEAD").split()[0]

setup(name='kProcessor',
version="0.9",
version="1.0",
author="Tamer Mansour, Mostafa Shokrof, Mohamed Abuelanin",
author_email='drtamermansour@gmail.com, mostafa.shokrof@gmail.com, mabuelanin@gmail.com',
description="""kProcessor Python interface""",
Expand Down

0 comments on commit 9369e1a

Please sign in to comment.