From 4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89 Mon Sep 17 00:00:00 2001 From: Nail Islamov Date: Tue, 21 Jul 2020 15:46:08 +1000 Subject: [PATCH] Bump version to 0.3.0 --- build.gradle | 2 +- gen-python/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 82d8ebd..b78415f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'maven' apply plugin: "signing" group = "io.opencensus" -version = "0.3.0-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION +version = "0.3.0" // CURRENT_OPENCENSUS_PROTO_VERSION sourceCompatibility = 1.6 targetCompatibility = 1.6 diff --git a/gen-python/version.py b/gen-python/version.py index 319325b..fc6526a 100644 --- a/gen-python/version.py +++ b/gen-python/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.3.dev0' # CURRENT_OPENCENSUS_PROTO_VERSION +__version__ = '0.3.0' # CURRENT_OPENCENSUS_PROTO_VERSION