Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgm committed Jun 27, 2024
1 parent 86914bf commit 35eea2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pystreed"
version = "1.3.0"
version = "1.3.1"
requires-python = ">=3.8"
description = "Python Implementation of STreeD: Dynamic Programming Approach for Optimal Decision Trees with Separable objectives and Constraints"
license= {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Define package metadata
package_name = 'pystreed'
extension_name = 'cstreed'
__version__ = "1.3.0"
__version__ = "1.3.1"

ext_modules = [
Pybind11Extension(package_name + '.' + extension_name,
Expand Down

0 comments on commit 35eea2d

Please sign in to comment.