Skip to content

Commit

Permalink
Move version to cut a new docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Aug 20, 2023
1 parent fa61fc0 commit 15e9d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ We only support latest version of python as we're predominately a `Docker` deplo
```console
python3 -m venv --upgrade-deps /tmp/ts
/tmp/ts/bin/pip install black coverage
/tmp/ts/bin/pip install -e .
/tmp/ts/bin/coverage run tests.py
/tmp/ts/bin/coverage report -m
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_long_desc() -> str:

setup(
name="speedtest_wrapper",
version="23.1.2",
version="23.8.20",
description="Wrap the speedtest cli and exports stats for prometheus",
long_description=get_long_desc(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 15e9d8a

Please sign in to comment.