Skip to content

Commit

Permalink
hotfix(docs): rollback readme for publishing [cd build]
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprovost committed Jul 11, 2024
1 parent fc1888b commit abbf7b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gama/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# format: YY.minor.micro
__version__ = "0.0.1"
__version__ = "0.0.2"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ requires = ["pdm-backend"]
build-backend = "pdm.backend"

[project]
name = "autosklong"
name = "Auto-Sklong"
description = "A package for automated machine learning based on scikit-learn and sklong to tackle the longitudinal machine learning classificationt tasks."
readme = "README.md"
authors = [
{ name = "Pieter Gijsbers", email = "p.gijsbers@tue.nl" },
{ name = "Provost Simon", email = "s.g.provost@kent.ac.uk" },
]
license = { text = "Apache-2.0" }
license = { text = "MIT" }
#keywords = ..
classifiers = [
"License :: OSI Approved :: Apache License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]

Expand All @@ -31,7 +31,7 @@ dependencies = [
"smac==2.1.0",
"Scikit-longitudinal>=0.0.5",
]
version = "0.0.1"
version = "0.0.2"

[urls]
github = "https://github.com/simonprovost/Auto-Sklong"
Expand Down

0 comments on commit abbf7b8

Please sign in to comment.