Skip to content

Commit

Permalink
chore(release): 🚀 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and actions-user committed Mar 17, 2024
1 parent 3f542e4 commit caec44f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
<!--next-version-placeholder-->

## v0.1.0 (2024-03-17)

### Feature

* **poetry:** Add hyfi-ml package configuration ([`3ed912e`](https://github.com/entelecheia/hyfi-ml/commit/3ed912e9aa7d1fe2ed194c00d659c2ce4074c3cc))
* **Makefile:** Add Makefile with rules for cleaning, showing branches, and setting up the project. ([`996a329`](https://github.com/entelecheia/hyfi-ml/commit/996a3294101491855b5fe59fd034a2d7bb7ad944))
* **copier:** Add .copier-config.yaml file with project configuration for HyFI-ML ([`0bc610f`](https://github.com/entelecheia/hyfi-ml/commit/0bc610f9abb7301b66782aa7a0260bf4cde042a2))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hyfi-ml"
version = "0.0.0"
version = "0.1.0"
description = "HyFI-ML is a Python package that extends the Hydra Fast Interface (HyFI) framework with machine learning capabilities."
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/hyfiml/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.0"

0 comments on commit caec44f

Please sign in to comment.