Skip to content

Commit 1967a54

Browse files
author
Jorge Núñez Santiago
authored
Merge pull request #181 from Gradiant/feature/issue-180-Bump_to_0.0.8
Bump to 0.0.8
2 parents 2dc9b09 + 39dc9d8 commit 1967a54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: isort
1212
additional_dependencies: [toml]
13-
- repo: https://gitlab.com/pycqa/flake8.git
13+
- repo: https://github.com/pycqa/flake8.git
1414
rev: 3.8.3
1515
hooks:
1616
- id: flake8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/pypi/v/pyodi" />
1717
</a>
1818
<a href="https://www.python.org/">
19-
<img src="https://img.shields.io/badge/Python-3.7-ff69b4.svg" />
19+
<img src="https://img.shields.io/badge/Python-3.8-ff69b4.svg" />
2020
</a>
2121
<a href="https://github.com/Gradiant/pyodi/actions?query=workflow%3A%22Continuous+Integration%22">
2222
<img src="https://github.com/pyodi/pyodi/workflows/Continuous%20Integration/badge.svg?branch=master" />

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyodi
3-
version = 0.0.7
3+
version = 0.0.8
44
author = Pyodi
55
description = Object Detection Insights
66
long_description = file: README.md

0 commit comments

Comments
 (0)