Skip to content

Commit 21eba47

Browse files
authored
bump version (via #54)
1 parent adde220 commit 21eba47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

allure-pytest/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup
22

33
PACKAGE = "pytest-allure-adaptor"
4-
VERSION = "2.0.3"
4+
VERSION = "2.0.4"
55

66
install_requires = [
77
"pytest>=2.7.3",
8-
"allure-python-commons==2.0.3"
8+
"allure-python-commons==2.0.4"
99
]
1010

1111
def main():

allure-python-commons/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
PACKAGE = "allure-python-commons"
5-
VERSION = "2.0.3"
5+
VERSION = "2.0.4"
66

77

88
install_requires = [

0 commit comments

Comments
 (0)