Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luisboitas committed Oct 7, 2022
1 parent f2f3442 commit e395cde
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ RUN yarn global add pm2 && \

WORKDIR "/opt"

RUN echo "Version 22.10.2-beta"
RUN echo "Version 22.10.3-beta"

RUN pip install cytoolz && \
pip install llvmlite --ignore-installed && \
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[pandas] && \
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[dask]

RUN git clone --branch develop https://github.com/hi-primus/[email protected].2
RUN git clone --branch develop https://github.com/hi-primus/[email protected].3

WORKDIR "/opt/bumblebee"

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.spark
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ RUN yarn global add pm2 && \

WORKDIR "/opt"

RUN echo "Version 22.10.2-beta"
RUN echo "Version 22.10.3-beta"

RUN pip install cytoolz && \
pip install llvmlite --ignore-installed && \
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[pandas] && \
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[dask] && \
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[spark]

RUN git clone --branch develop-22.4 https://github.com/hi-primus/[email protected].2
RUN git clone --branch develop-22.4 https://github.com/hi-primus/[email protected].3

WORKDIR "/opt/bumblebee"

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "22.10.2-beta"
"version": "22.10.3-beta"
}
2 changes: 1 addition & 1 deletion packages/bumblebee-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumblebee-utils",
"version": "22.10.2-beta",
"version": "22.10.3-beta",
"description": "Bumblebee common functions and constants",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/optimus-code-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimus-code-api",
"version": "22.10.2-beta",
"version": "22.10.3-beta",
"description": "API for generating optimus code",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/optimus-code-api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ buffer-from@^1.0.0:
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==

"bumblebee-utils@link:../bumblebee-utils":
version "22.10.2-beta"
version "22.10.3-beta"

cache-base@^1.0.1:
version "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumblebee-web",
"version": "22.10.2-beta",
"version": "22.10.3-beta",
"description": "A GUI that works with Optimus to make data profiling easier",
"author": "Prime",
"private": true,
Expand Down

0 comments on commit e395cde

Please sign in to comment.