Skip to content

Commit 4e98aa8

Browse files
committed
DOC update version number
1 parent e098a0e commit 4e98aa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(
44
# Note that the git commit hash cannot be added dynamically here
55
# That only happens when importing from a git repository.
66
# See `treeple/__init__.py`
7-
version: '0.10.1',
7+
version: '0.10.2',
88
license: 'PolyForm Noncommercial 1.0.0',
99
meson_version: '>= 1.1.0',
1010
default_options: [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires = [
1717

1818
[project]
1919
name = "treeple"
20-
version = "0.10.1"
20+
version = "0.10.2"
2121
description = "Modern decision trees in Python"
2222
maintainers = [
2323
{name = "Neurodata", email = "adam.li@columbia.edu"}

treeple/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import sys
66

7-
__version__ = "0.10.1"
7+
__version__ = "0.10.2"
88
logger = logging.getLogger(__name__)
99

1010

0 commit comments

Comments
 (0)