Skip to content

Commit

Permalink
moved releast tag to .make.versions
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <touma@us.ibm.com>
  • Loading branch information
touma-I committed Oct 23, 2024
1 parent 05ab351 commit 3d533af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .make.versions
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ DPK_LIB_KFP_SHARED=$(DPK_VERSION)
KFP_DOCKER_VERSION=$(DOCKER_IMAGE_VERSION)
KFP_DOCKER_VERSION_v2=$(DOCKER_IMAGE_VERSION)

DPK_CONNECTOR_VERSION=0.2.3.dev0

################## ################## ################## ################## ################## ##################
# Begin versions that the repo depends on.

Expand Down
2 changes: 0 additions & 2 deletions data-connector-lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
REPOROOT=..
include $(REPOROOT)/.make.defaults

DPK_CONNECTOR_VERSION=0.2.2

clean::
@# Help: Clean up the distribution build and the venv
rm -rf dist venv
Expand Down
2 changes: 1 addition & 1 deletion data-connector-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "data_prep_connector"
version = "0.2.2"
version = "0.2.3.dev0"
requires-python = ">=3.10"
keywords = [
"data",
Expand Down

0 comments on commit 3d533af

Please sign in to comment.