Skip to content

Commit

Permalink
change v0.8.3dev to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jan 13, 2022
1 parent 1d45f5b commit e5d6420
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ncbimeta/NCBImeta
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ parser.add_argument(
dest="flatMode",
)

parser.add_argument("--version", action="version", version="%(prog)s v0.8.3dev")
parser.add_argument("--version", action="version", version="%(prog)s v0.8.3")

parser.add_argument(
"--email",
Expand Down
2 changes: 1 addition & 1 deletion ncbimeta/NCBImetaExport
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mandatory.add_argument(
required=True,
)

parser.add_argument("--version", action="version", version="%(prog)s v0.8.3dev")
parser.add_argument("--version", action="version", version="%(prog)s v0.8.3")

args = vars(parser.parse_args())

Expand Down
2 changes: 1 addition & 1 deletion ncbimeta/NCBImetaJoin
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mandatory.add_argument(
required=True,
)

parser.add_argument("--version", action="version", version="%(prog)s v0.8.3dev")
parser.add_argument("--version", action="version", version="%(prog)s v0.8.3")

args = vars(parser.parse_args())

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 @@

setuptools.setup(
name="NCBImeta",
version="0.8.3dev",
version="0.8.3",
description=(
"Efficient and comprehensive metadata acquisition "
"from the NCBI databases (includes SRA)."
Expand Down
3 changes: 1 addition & 2 deletions ver_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ NEWVER=$2

FILELIST="setup.py
ncbimeta/NCBImeta
ncbimeta/NCBImetaAnnotateConcatenate
ncbimeta/NCBImetaAnnotateReplace
ncbimeta/NCBImetaAnnotate
ncbimeta/NCBImetaExport
ncbimeta/NCBImetaJoin"

Expand Down

0 comments on commit e5d6420

Please sign in to comment.