We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25269b commit b15903dCopy full SHA for b15903d
flexneuart/version.py
@@ -1,2 +1,2 @@
1
# Version *MUST* be in sync with the version in pom.xml
2
-__version__ = '1.3'
+__version__ = '1.2'
java/pom.xml
@@ -6,7 +6,7 @@
6
<groupId>edu.cmu.lti.oaqa</groupId>
7
<artifactId>FlexNeuART</artifactId>
8
<!-- version *MUST* be in sync with flexneuart/version.py -->
9
- <version>1.3</version>
+ <version>1.2</version>
10
<inceptionYear>2014</inceptionYear>
11
<name>Flexible classic and NeurAl Retrieval Toolkit</name>
12
<packaging>jar</packaging>
0 commit comments