Skip to content

Commit abbf7b8

Browse files
committed
hotfix(docs): rollback readme for publishing [cd build]
1 parent fc1888b commit abbf7b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: gama/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# format: YY.minor.micro
2-
__version__ = "0.0.1"
2+
__version__ = "0.0.2"

Diff for: pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ requires = ["pdm-backend"]
33
build-backend = "pdm.backend"
44

55
[project]
6-
name = "autosklong"
6+
name = "Auto-Sklong"
77
description = "A package for automated machine learning based on scikit-learn and sklong to tackle the longitudinal machine learning classificationt tasks."
88
readme = "README.md"
99
authors = [
1010
{ name = "Pieter Gijsbers", email = "[email protected]" },
1111
{ name = "Provost Simon", email = "[email protected]" },
1212
]
13-
license = { text = "Apache-2.0" }
13+
license = { text = "MIT" }
1414
#keywords = ..
1515
classifiers = [
16-
"License :: OSI Approved :: Apache License",
16+
"License :: OSI Approved :: MIT License",
1717
"Programming Language :: Python :: 3",
1818
]
1919

@@ -31,7 +31,7 @@ dependencies = [
3131
"smac==2.1.0",
3232
"Scikit-longitudinal>=0.0.5",
3333
]
34-
version = "0.0.1"
34+
version = "0.0.2"
3535

3636
[urls]
3737
github = "https://github.com/simonprovost/Auto-Sklong"

0 commit comments

Comments
 (0)