Skip to content

Commit 57ecc11

Browse files
committed
adding fluent forcefully
1 parent 9e00d34 commit 57ecc11

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install setuptools wheel twine
22+
pip install fluent
2223
- name: Build and publish
2324
env:
2425
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Binary file not shown.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setuptools.setup(
44

55
name="middleware-apm",
6-
version="0.1.16",
6+
version="0.1.17",
77

88
author="middleware-dev",
99
description="This package is use to check the RAM and CPU Usage of Current Device.",

0 commit comments

Comments
 (0)