Skip to content

Commit 7b99e39

Browse files
[chore]: requirements and version updates
1 parent 2b28acf commit 7b99e39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==5.4.1
2-
pytest-cov==2.8.1
1+
pytest==5.4.3
2+
pytest-cov==2.10.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
EMAIL = 'tools@convertgroup.com'
1919
AUTHOR = 'Convert Group Labs'
2020
REQUIRES_PYTHON = '>=3.5.2'
21-
VERSION = '0.1.0'
21+
VERSION = '0.2.0'
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = ['pytest', 'pytest-cov']

0 commit comments

Comments
 (0)