Skip to content

Commit

Permalink
Update version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksugar committed Nov 5, 2023
1 parent 7be5dd3 commit 933f59d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elephant-server:0.5.2-dev
FROM elephant-server:0.5.2

LABEL maintainer="Ko Sugawara <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ help:

ELEPHANT_GPU?=all
ELEPHANT_WORKSPACE?=${PWD}/workspace
ELEPHANT_IMAGE_NAME?=elephant-server:0.5.2-dev
ELEPHANT_IMAGE_NAME?=elephant-server:0.5.2
ELEPHANT_NVIDIA_GID?=$$(ls -n /dev/nvidia0 2>/dev/null | awk '{print $$4}')
ELEPHANT_DOCKER?=docker
ELEPHANT_RABBITMQ_NODENAME?=rabbit@localhost
Expand Down
2 changes: 1 addition & 1 deletion elephant-core/elephant/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# ==============================================================================
"""Version definition."""

__version__ = "0.5.2-dev"
__version__ = "0.5.2"
2 changes: 1 addition & 1 deletion elephant_server.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"outputs": [],
"source": [
"%env ELEPHANT_SERVER_VERSION = v0.5.2-dev"
"%env ELEPHANT_SERVER_VERSION = v0.5.2"
]
},
{
Expand Down

0 comments on commit 933f59d

Please sign in to comment.