Skip to content

Commit

Permalink
Branch was auto-updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoMation-Movai authored Jul 9, 2023
2 parents 9d7e81f + c56dcca commit 3b965b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.1-29
current_version = 2.4.1-30
commit = True
message =
[skip actions] Automatic version bump {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docker/noetic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_REGISTRY="pubregistry.aws.cloud.mov.ai"
FROM ${DOCKER_REGISTRY}/ce/movai-base-focal:v2.4.0
FROM ${DOCKER_REGISTRY}/ce/movai-base-focal:v2.4.2

# Arguments
ARG PIP_PACKAGE_REPO="https://artifacts.cloud.mov.ai/repository/pypi-experimental/simple"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"bleach==4.1.0",
"ldap3==2.9.1",
"miracle-acl==0.0.4.post1",
"PyYAML==5.1.2",
"PyYAML==5.4",
"requests==2.22.0",
"movai-core-shared==2.4.1.16",
"data-access-layer==2.4.1.30",
"data-access-layer==2.4.1.31",
"gd-node==2.4.1.16",
]


setuptools.setup(
name="backend",
version="2.4.1-29",
version="2.4.1-30",
author="Backend team",
author_email="[email protected]",
description="Movai Backend Package",
Expand Down

0 comments on commit 3b965b8

Please sign in to comment.