Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luisboitas committed Sep 15, 2022
1 parent 0456c68 commit f49ddca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN sudo chown -R root ~/anaconda3/bin && \
conda install -c conda-forge jupyter_kernel_gateway && \
conda clean -afy

RUN echo "Version 22.6.0-beta2"
RUN echo "Version 22.6.0-beta3"

RUN pip install cytoolz && \
pip install llvmlite --ignore-installed && \
Expand Down
2 changes: 1 addition & 1 deletion optimus/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '22.6.0-beta2'
__version__ = '22.6.0-beta3'
VERSION = tuple(int(i) if i.isdigit() else i for i in __version__.split('.'))

0 comments on commit f49ddca

Please sign in to comment.