Skip to content

Commit 5a31fe5

Browse files
authored
bump version (via #92)
1 parent 4bb7617 commit 5a31fe5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

allure-behave/setup.py

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

44
PACKAGE = "allure-behave"
5-
VERSION = "2.0.0b2"
5+
VERSION = "2.1.0b1"
66

77
classifiers = [
88
'Development Status :: 4 - Beta',
@@ -14,7 +14,7 @@
1414

1515
install_requires = [
1616
"behave==1.2.5",
17-
"allure-python-commons==2.0.0b2"
17+
"allure-python-commons==2.1.0b1"
1818
]
1919

2020

allure-pytest/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
pass
1515

1616
PACKAGE = "allure-pytest"
17-
VERSION = "2.0.0b2"
17+
VERSION = "2.1.0b1"
1818

1919
classifiers = [
2020
'Development Status :: 4 - Beta',
@@ -28,7 +28,7 @@
2828
install_requires = [
2929
"pytest>=2.7.3",
3030
"six>=1.9.0",
31-
"allure-python-commons==2.0.0b2"
31+
"allure-python-commons==2.1.0b1"
3232
]
3333

3434

allure-python-commons-test/setup.py

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

33
PACKAGE = "allure-python-commons-test"
4-
VERSION = "2.0.0b2"
4+
VERSION = "2.1.0b1"
55

66
install_requires = [
77
"pyhamcrest>=1.9.0",

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.0b2"
5+
VERSION = "2.1.0b1"
66

77
classifiers = [
88
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)