Skip to content

Commit

Permalink
Bump to version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Oct 7, 2022
1 parent ddf5775 commit 89e56ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

CYTHON_MACROS = [('CYTHON_TRACE', '1')] if CYTHON_DEBUG else None

VERSION = '0.4.2'
VERSION = '0.4.3'

PKG_FOLDER = path.abspath(path.join(__file__, pardir))

Expand Down
2 changes: 1 addition & 1 deletion start_docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# define the version number, this needs to be updated every new Docker release
VERSION='v0.4.2'
VERSION='v0.4.3'

# check for template developer flag
JUPYTER_DIR='scripts'
Expand Down

0 comments on commit 89e56ed

Please sign in to comment.