Bump version to 0.4.0

pull/227/head v0.4.0
David Ashpole 3 years ago
parent a5f3b19cae
commit 0b54ad6899
No known key found for this signature in database
GPG Key ID: 563A85007BFA1BA2
  1. 2
      build.gradle
  2. 2
      gen-python/version.py

@ -7,7 +7,7 @@ apply plugin: 'maven'
apply plugin: "signing"
group = "io.opencensus"
version = "0.4.0-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION
version = "0.4.0" // CURRENT_OPENCENSUS_PROTO_VERSION
sourceCompatibility = 1.6
targetCompatibility = 1.6

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '0.4.dev0' # CURRENT_OPENCENSUS_PROTO_VERSION
__version__ = '0.4.0' # CURRENT_OPENCENSUS_PROTO_VERSION

Loading…
Cancel
Save