Skip to content

Commit

Permalink
Removed beta from version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffJacobson committed Oct 11, 2017
1 parent 032fdc7 commit 0695bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="wsdot.traffic",
version="2.0.0-beta.1",
version="2.0.0",
description="Retrieves data from WSDOT Traffic API",
long_description=LONG_DESC,
url="https://github.com/WSDOT-GIS/wsdot-traffic-gp",
Expand Down
2 changes: 1 addition & 1 deletion src/wsdot/traffic/gp/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def main():
parser.add_argument("--code", "-c", type=str,
required=api_code is None, default=api_code,
help=p_help)
parser.add_argument("--schema-only", action="store_true")
parser.add_argument("--schema-only", action="store_true", help="Using this flag will generate the tables but skips the data download and population steps.")
parser.add_argument("--log-level", choices=(
"CRITICAL",
"ERROR",
Expand Down

0 comments on commit 0695bc8

Please sign in to comment.