File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk add build-base
10
10
RUN pip install --upgrade pip
11
11
RUN pip install --no-cache-dir -r requirements.txt
12
12
RUN python -m build
13
- RUN python -m pip install dist/badfish-1.0.2 .tar.gz
13
+ RUN python -m pip install dist/badfish-1.0.3 .tar.gz
14
14
15
15
ENTRYPOINT ["badfish" ]
16
16
CMD ["-v" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apk add build-base
12
12
RUN pip install --upgrade pip
13
13
RUN pip install -r requirements.txt
14
14
RUN python -m build
15
- RUN python -m pip install dist/badfish-1.0.2 .tar.gz
15
+ RUN python -m pip install dist/badfish-1.0.3 .tar.gz
16
16
17
17
ENTRYPOINT ["badfish"]
18
18
CMD ["-v"]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk add build-base
10
10
RUN pip install --upgrade pip
11
11
RUN pip install --no-cache-dir -r requirements.txt
12
12
RUN python -m build
13
- RUN python -m pip install dist/badfish-1.0.2 .tar.gz
13
+ RUN python -m pip install dist/badfish-1.0.3 .tar.gz
14
14
15
15
ENTRYPOINT ["badfish"]
16
16
CMD ["-v"]
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Active releases:
144
144
git clone https://github.com/redhat-performance/badfish && cd badfish
145
145
python3 -m pip install --upgrade build
146
146
python3 -m build
147
- python3 -m pip install dist/badfish-1.0.2 .tar.gz
147
+ python3 -m pip install dist/badfish-1.0.3 .tar.gz
148
148
```
149
149
NOTE:
150
150
Original file line number Diff line number Diff line change 1
1
import setuptools
2
2
3
3
setuptools .setup (
4
- version = "1.0.2 "
4
+ version = "1.0.3 "
5
5
)
You can’t perform that action at this time.
0 commit comments