Skip to content

Commit 0d5f82c

Browse files
author
alexandr
committed
RPPT-001 | version fix
1 parent 3adfc5b commit 0d5f82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def read_file(fname):
77
return open(os.path.join(os.path.dirname(__file__), fname)).read()
88

99

10-
version = '1.1.0'
11-
tar_url = 'https://github.com/reportportal/agent-python-pytest/tarball/1.0.0'
10+
version = '1.0.1'
11+
tar_url = 'https://github.com/reportportal/agent-python-pytest/tarball/1.0.1'
1212

1313

1414
requirements = [

0 commit comments

Comments
 (0)