Skip to content

Commit

Permalink
v3.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
luis11011 committed Feb 24, 2021
1 parent c6460a8 commit a292cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -37,7 +37,7 @@ RUN conda install -c conda-forge jupyterlab && \
conda install -c conda-forge jupyter_kernel_gateway && \
conda clean -afy

RUN echo "Version 3.0.0-beta1"
RUN echo "Version 3.0.0-beta2"

RUN pip install cytoolz --no-cache-dir && \
pip install git+https://github.com/ironmussa/dateinfer.git --no-cache-dir && \
Expand Down
2 changes: 1 addition & 1 deletion optimus/version.py
Expand Up @@ -5,5 +5,5 @@ def _safe_int(string):
return string


__version__ = '3.0.0-beta1'
__version__ = '3.0.0-beta2'
VERSION = tuple(_safe_int(x) for x in __version__.split('.'))

0 comments on commit a292cbd

Please sign in to comment.