Skip to content

Commit

Permalink
Update version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ksugar committed Dec 8, 2021
1 parent be4de65 commit 3a87595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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?=0
ELEPHANT_WORKSPACE?=${PWD}/workspace
ELEPHANT_IMAGE_NAME?=elephant-server:0.3.3-dev
ELEPHANT_IMAGE_NAME?=elephant-server:0.3.3
ELEPHANT_NVIDIA_GID?=$$(ls -n /dev/nvidia$(ELEPHANT_GPU) | 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.3.3-dev'
__version__ = '0.3.3'
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.3.3-dev"
"%env ELEPHANT_SERVER_VERSION = v0.3.3"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit 3a87595

Please sign in to comment.