From 6f665b53e53d9c440334c754d3166ba1213fd644 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 1 Aug 2023 00:29:10 +0800 Subject: [PATCH] Bump version to 0.2.0-SNATSHOT (#810) * bump version to 0.2.0-SNAPSHOT * update version for readme --- README.md | 8 ++++---- 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 +- python/pyfury/__init__.py | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6407b780aa..5721fef553 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,13 @@ Nightly snapshot: org.furyio fury-core - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT ``` Release version: @@ -110,13 +110,13 @@ Release version: org.furyio fury-core - 0.1.0-alpha.5 + 0.1.0 ``` diff --git a/integration_tests/pom.xml b/integration_tests/pom.xml index 83eeba9bd7..2690f9e34d 100644 --- a/integration_tests/pom.xml +++ b/integration_tests/pom.xml @@ -21,7 +21,7 @@ 4.0.0 org.furyio - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT fury-integration-tests jar diff --git a/java/fury-benchmark/pom.xml b/java/fury-benchmark/pom.xml index 9816435c66..d209fd50c9 100644 --- a/java/fury-benchmark/pom.xml +++ b/java/fury-benchmark/pom.xml @@ -23,7 +23,7 @@ fury-parent org.furyio - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT fury-benchmark diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml index b83e0c14b4..5166c7dc6b 100644 --- a/java/fury-core/pom.xml +++ b/java/fury-core/pom.xml @@ -22,7 +22,7 @@ org.furyio fury-parent - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT 4.0.0 diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml index 4348644fd7..920b44977b 100644 --- a/java/fury-format/pom.xml +++ b/java/fury-format/pom.xml @@ -22,7 +22,7 @@ org.furyio fury-parent - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT 4.0.0 diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml index e8c20dd6d3..fb6bd3fa87 100644 --- a/java/fury-test-core/pom.xml +++ b/java/fury-test-core/pom.xml @@ -22,7 +22,7 @@ fury-parent org.furyio - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT 4.0.0 diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml index e4edd2bf11..e6adde6506 100644 --- a/java/fury-testsuite/pom.xml +++ b/java/fury-testsuite/pom.xml @@ -22,7 +22,7 @@ fury-parent org.furyio - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index 0507bf2b8f..e5084eec80 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,7 +24,7 @@ org.furyio fury-parent pom - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT 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/python/pyfury/__init__.py b/python/pyfury/__init__.py index 69436f2cf1..fe98452db9 100644 --- a/python/pyfury/__init__.py +++ b/python/pyfury/__init__.py @@ -68,4 +68,4 @@ except (AttributeError, ImportError): pass -__version__ = "0.1.0.dev" +__version__ = "0.2.0.dev"