Skip to content

Commit

Permalink
[Release] v0.1.1 (#18)
Browse files Browse the repository at this point in the history
* add description and change version
  • Loading branch information
RektPunk authored Aug 10, 2024
1 parent a24d056 commit 9f9361d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[tool.poetry]
name = "rektgbm"
version = "0.1.0"
description = ""
version = "0.1.1"
description = "No-brainer machine learning solution to achieve satisfactory performance"
authors = ["RektPunk <[email protected]>"]
license = "LICENSE"
license = "MIT"
readme = "README.md"
repository = "https://github.com/RektPunk/RektGBM"
classifiers = [
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules"
]


[tool.poetry.dependencies]
python = "^3.12"
Expand Down
2 changes: 1 addition & 1 deletion rektgbm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from rektgbm.gbm import RektGBM
from rektgbm.optimizer import RektOptimizer

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 9f9361d

Please sign in to comment.