Skip to content

Commit

Permalink
Merge pull request #20 from elephant-track/v0.4.x
Browse files Browse the repository at this point in the history
ELEPHANT server v0.4.3 -> v0.4.4
  • Loading branch information
ksugar authored May 2, 2023
2 parents 9bb9dc7 + 9fd1e3e commit f033847
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
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.4.3
FROM elephant-server:0.4.4

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.4.3
ELEPHANT_IMAGE_NAME?=elephant-server:0.4.4
ELEPHANT_NVIDIA_GID?=$$(ls -n /dev/nvidia0 2>/dev/null | awk '{print $$4}')
ELEPHANT_DOCKER?=docker

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.4.3'
__version__ = '0.4.4'
2 changes: 1 addition & 1 deletion elephant_server.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"id": "CpJPKG_ATv39"
},
"source": [
"%env ELEPHANT_SERVER_VERSION = v0.4.3"
"%env ELEPHANT_SERVER_VERSION = v0.4.4"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit f033847

Please sign in to comment.