We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2052fe9 commit 9bc726fCopy full SHA for 9bc726f
varats-core/setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='varats-core',
6
- version='11.1.1',
+ version='11.1.2',
7
url='https://github.com/se-passau/vara-tool-suite',
8
packages=find_namespace_packages(include=['varats.*']),
9
namespace_packages=["varats"],
varats/setup.py
@@ -10,7 +10,7 @@
10
11
12
name='varats',
13
14
15
16
@@ -46,7 +46,7 @@
46
"seaborn>=0.8.0",
47
"statsmodels~=0.13.1",
48
"tabulate>=0.8.6",
49
- "varats-core>=11.1.1",
+ "varats-core>=11.1.2",
50
"wllvm>=1.1.4",
51
],
52
author="Florian Sattler",
0 commit comments