diff options
author | Vratko Polak <vrpolak@cisco.com> | 2018-06-28 14:14:38 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2018-06-28 14:15:19 +0200 |
commit | bcc95cec011f16feccfd00b92cbb4739ef58fbdd (patch) | |
tree | e3839958b31770d29e3ece32305291f3943be9bd /PyPI/jumpavg/setup.py | |
parent | a60792260765e15cebae10d2c54fb2c3aef75d77 (diff) |
Jumpavg: Post 0.1.3 release edits
+ PyPI/jumpavg version bumped to 0.1.4.
+ presentation requirements bumped to 0.1.3.
+ Added stub for change log in readme.
Change-Id: I21a606ed7d9aa2b9cc761ed20f94bda41963a1a8
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/jumpavg/setup.py')
-rw-r--r-- | PyPI/jumpavg/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PyPI/jumpavg/setup.py b/PyPI/jumpavg/setup.py index 018ab70392..206373ac47 100644 --- a/PyPI/jumpavg/setup.py +++ b/PyPI/jumpavg/setup.py @@ -14,7 +14,7 @@ with open(path.join(here, "README.rst"), encoding="utf-8") as f: setup( name="jumpavg", - version="0.1.3", # This is currently the only place listing the version. + version="0.1.4", # This is currently the only place listing the version. description="Library for finding changes in time series by grouping results.", long_description=long_description, long_description_content_type="text/x-rst", |