Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luis11011 committed Feb 23, 2022
1 parent af4c244 commit 9ea3749
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.2.0-beta1"
RUN echo "Version 22.2.0-beta2"

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.2.0-beta1'
__version__ = '22.2.0-beta2'
VERSION = tuple(int(i) if i.isdigit() else i for i in __version__.split('.'))

0 comments on commit 9ea3749

Please sign in to comment.