diff options
Diffstat (limited to 'PyPI')
-rw-r--r-- | PyPI/jumpavg/setup.py | 2 | ||||
-rw-r--r-- | PyPI/owners.txt | 5 |
2 files changed, 6 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", diff --git a/PyPI/owners.txt b/PyPI/owners.txt new file mode 100644 index 0000000000..a8287dd329 --- /dev/null +++ b/PyPI/owners.txt @@ -0,0 +1,5 @@ +CSIT contributors, make sure each PyPI project +has the following users listed as Owners: + ++ vrpolakatcisco ++ tiborfrank |