Skip to content

Commit 7a5636f

Browse files
committed
REL release 0.1.0
1 parent 7d15d78 commit 7a5636f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skltemplate"
3-
version = "0.0.4.dev0"
3+
version = "0.1.0"
44
description = "A template for scikit-learn compatible packages."
55
authors = ["Vighnesh Birodkar <[email protected]>", "Guillaume Lemaitre <[email protected]>"]
66
channels = ["conda-forge"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skltemplate"
3-
version = "0.0.4.dev0"
3+
version = "0.1.0"
44
authors = [
55
{ name="Vighnesh Birodkar", email="[email protected]" },
66
{ name="Guillaume Lemaitre", email="[email protected]" },

skltemplate/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Authors: scikit-learn-contrib developers
22
# License: BSD 3 clause
33

4-
__version__ = "0.0.4.dev0"
4+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)