Skip to content

Commit

Permalink
Release 0.7.2 (#357)
Browse files Browse the repository at this point in the history
* Update Python connector version to 0.7.2

* Setting version to 0.7.2

* Setting version to 0.7.3-SNAPSHOT
  • Loading branch information
linzhou-db authored Jul 25, 2023
1 parent 4ddf7de commit 732a394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/delta_sharing/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.7.1"
__version__ = "0.7.2"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.7.2-SNAPSHOT"
version in ThisBuild := "0.7.3-SNAPSHOT"

0 comments on commit 732a394

Please sign in to comment.