Skip to content

Commit

Permalink
Updated README.rst and setup.py for 0.9.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Viglucci committed Aug 27, 2017
1 parent 444c1b0 commit 53cd24a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To use at the command line::

pf.py supports the following arguments::

usage: pf.py [-h] [-v] [--interval INTERVAL] [--force-cache]
usage: pf.py [-h] [-d] [--interval INTERVAL] [--force-cache]
[--force-download] [--period PERIOD]
command ...

Expand All @@ -61,7 +61,7 @@ pf.py supports the following arguments::

optional arguments:
-h, --help show this help message and exit
-v, --verbose increase status messages to stdout
-d, --debug print debug messages to stdout
--interval INTERVAL specify day (1d), week (1wk), or month (1mo) interval
[default: 1d]
--force-cache force use of cached data [default: False]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


setup(name='pypf',
version='0.9.4',
version='0.9.5',
description='Create point and figure charts',
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 53cd24a

Please sign in to comment.