Skip to content

Commit ad4afc0

Browse files
v0.4.0
1 parent 9716d80 commit ad4afc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sklearn-docs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "sklearn docs website",
66
"author": "Travis Fischer <travis@transitivebullsh.it>",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.3.0"
4+
"version": "0.4.0"
55
}

packages/sklearn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sklearn",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Use Python's #1 machine learning library from Node.js",
55
"author": "Travis Fischer <travis@transitivebullsh.it>",
66
"repository": "transitive-bullshit/scikit-learn-ts",

0 commit comments

Comments
 (0)