Skip to content

Commit

Permalink
Preparing development version 0.7.1-incubating-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Oct 31, 2024
1 parent 0ea6fd0 commit 16ee089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup(
name="apache-gravitino",
description="Python lib/client for Apache Gravitino",
version="0.7.0",
version="0.7.1.dev0",
long_description=long_description,
long_description_content_type="text/markdown",
author="Apache Software Foundation",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx4g

# version that is going to be updated automatically by releases
version = 0.7.0-incubating
version = 0.7.1-incubating-SNAPSHOT

# sonatype credentials
SONATYPE_USER = admin
Expand Down

0 comments on commit 16ee089

Please sign in to comment.