Skip to content

Commit b15903d

Browse files
committedJan 17, 2023
setting up the new version.
1 parent f25269b commit b15903d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎flexneuart/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version *MUST* be in sync with the version in pom.xml
2-
__version__ = '1.3'
2+
__version__ = '1.2'

‎java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>edu.cmu.lti.oaqa</groupId>
77
<artifactId>FlexNeuART</artifactId>
88
<!-- version *MUST* be in sync with flexneuart/version.py -->
9-
<version>1.3</version>
9+
<version>1.2</version>
1010
<inceptionYear>2014</inceptionYear>
1111
<name>Flexible classic and NeurAl Retrieval Toolkit</name>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)
Please sign in to comment.