diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-06-18 08:10:54 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-18 08:10:54 +0200 |
commit | 938a0c9cec6d2177e098653ad398372fb482c36f (patch) | |
tree | 57bc810e423289996c39ce3916e958588b76bc22 /PyPI/jumpavg | |
parent | 3b58a787dd0f453b3e541ff3e7b4ed602ee2ffed (diff) |
CSIT-1110: Update code after jumpavg 0.1.2 release
+ Use the released version in PAL.
+ Bump the jumpavg source to 0.1.3 for next release.
+ Add PyPI/owners.txt to track python package owner group.
Change-Id: I29284a258b24f9991379719313f30cce0349c2bd
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'PyPI/jumpavg')
-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 aa56efd9c9..018ab70392 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.2", # This is currently the only place listing the version. + version="0.1.3", # 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", |