diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-06-15 12:02:22 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-15 12:02:22 +0000 |
commit | a88deeabe7dff7b6e1cd357609c0bc586343aa18 (patch) | |
tree | ec51cb4339782d37889f29383f303f9bdf35faa0 /PyPI/jumpavg | |
parent | f7c46f067a8fb594d2460aaadbe1ca9282b657a8 (diff) |
Revert "CSIT-1110: Update code after jumpavg 0.1.2 release"
This reverts commit f7c46f067a8fb594d2460aaadbe1ca9282b657a8.
Change-Id: I409335daac8f9e02bea4e12f2141ab9ceb338964
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 018ab70392..aa56efd9c9 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.2", # 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", |