aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI/jumpavg
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2018-06-15 13:19:57 +0200
committerVratko Polak <vrpolak@cisco.com>2018-06-15 13:21:56 +0200
commitf7c46f067a8fb594d2460aaadbe1ca9282b657a8 (patch)
tree76fb1f08207b3b53b71343ee3f96a4f21ec0f332 /PyPI/jumpavg
parent6149ec451efff00068f38e3343e66cdec7b943f4 (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: I0146efcc7c0b7eefc068464739afa605eda2b2d8 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/jumpavg')
-rw-r--r--PyPI/jumpavg/setup.py2
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",