We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b57731 + b1121fd commit 403b0d5Copy full SHA for 403b0d5
3 files changed
BUILD_INFO
@@ -1 +1 @@
1
-eggroll.version=2.4.2
+eggroll.version=2.4.3
jvm/pom.xml
@@ -201,7 +201,7 @@
201
<modelVersion>4.0.0</modelVersion>
202
203
<properties>
204
- <eggroll.version>2.4.2</eggroll.version>
+ <eggroll.version>2.4.3</eggroll.version>
205
206
<!-- Languages -->
207
<code.cache.size>512m</code.cache.size>
python/eggroll/__init__.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
#
16
17
-__version__ = "2.4.2"
+__version__ = "2.4.3"
0 commit comments