From ae85642687c6fcde1072fc44fc2d6f870cb0f90d Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Sun, 30 Jul 2023 23:17:53 +0800 Subject: [PATCH] bump version --- README.md | 4 ++-- integration_tests/pom.xml | 2 +- java/fury-benchmark/pom.xml | 2 +- java/fury-core/pom.xml | 2 +- java/fury-format/pom.xml | 2 +- java/fury-test-core/pom.xml | 2 +- java/fury-testsuite/pom.xml | 2 +- java/pom.xml | 2 +- javascript/packages/fury/package.json | 2 +- javascript/packages/hps/package.json | 2 +- python/pyfury/__init__.py | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ad3759fe3a..6407b780aa 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,13 @@ Release version: org.furyio fury-core - 0.1.0-alpha.4 + 0.1.0-alpha.5 ``` diff --git a/integration_tests/pom.xml b/integration_tests/pom.xml index 47a09c9ab5..ed33475374 100644 --- a/integration_tests/pom.xml +++ b/integration_tests/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.furyio - 0.1.0-SNAPSHOT + 0.1.0-alpha.5 fury-integration-tests jar diff --git a/java/fury-benchmark/pom.xml b/java/fury-benchmark/pom.xml index 003f245e82..1b5e287f33 100644 --- a/java/fury-benchmark/pom.xml +++ b/java/fury-benchmark/pom.xml @@ -6,7 +6,7 @@ fury-parent org.furyio - 0.1.0-SNAPSHOT + 0.1.0-alpha.5 fury-benchmark diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml index 8b174ebd0c..1eab74b0e9 100644 --- a/java/fury-core/pom.xml +++ b/java/fury-core/pom.xml @@ -15,7 +15,7 @@ org.furyio fury-parent - 0.1.0-SNAPSHOT + 0.1.0-alpha.5 4.0.0 diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml index 710f046690..5254aa10e0 100644 --- a/java/fury-format/pom.xml +++ b/java/fury-format/pom.xml @@ -15,7 +15,7 @@ org.furyio fury-parent - 0.1.0-SNAPSHOT + 0.1.0-alpha.5 4.0.0 diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml index 2b7957a256..89a994e454 100644 --- a/java/fury-test-core/pom.xml +++ b/java/fury-test-core/pom.xml @@ -15,7 +15,7 @@ fury-parent org.furyio - 0.1.0-SNAPSHOT + 0.1.0-alpha.5 4.0.0 diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml index e913e028b0..9a38feec07 100644 --- a/java/fury-testsuite/pom.xml +++ b/java/fury-testsuite/pom.xml @@ -15,7 +15,7 @@ fury-parent org.furyio - 0.1.0-SNAPSHOT + 0.1.0-alpha.5 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index 05990fa9aa..10cdd4241c 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -17,7 +17,7 @@ org.furyio fury-parent pom - 0.1.0-SNAPSHOT + 0.1.0-alpha.5 Fury Project Parent POM A blazing fast multi-language serialization framework powered by jit and zero-copy. https://github.com/alipay/fury diff --git a/javascript/packages/fury/package.json b/javascript/packages/fury/package.json index abd6c66ce8..e4c667d508 100644 --- a/javascript/packages/fury/package.json +++ b/javascript/packages/fury/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/fury", - "version": "0.0.12", + "version": "0.1.0-alpha.5", "description": "A blazing fast multi-language serialization framework powered by jit and zero-copy", "main": "dist/index.js", "scripts": { diff --git a/javascript/packages/hps/package.json b/javascript/packages/hps/package.json index 4be41cc0ab..1210d6243a 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/hps", - "version": "0.0.6", + "version": "0.1.0-alpha.5", "description": "fury nodejs high-performance suite", "main": "dist/index.js", "files": [ diff --git a/python/pyfury/__init__.py b/python/pyfury/__init__.py index ea1bdacaf3..4d62cc3103 100644 --- a/python/pyfury/__init__.py +++ b/python/pyfury/__init__.py @@ -54,4 +54,4 @@ except (AttributeError, ImportError): pass -__version__ = "0.1.0.dev" +__version__ = "0.1.0.a5"