Skip to content

Commit

Permalink
Release v0.0.4 (#103)
Browse files Browse the repository at this point in the history
* Change version to v0.0.4

* Update README.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
VincentAuriau and github-actions[bot] authored Jun 11, 2024
1 parent 731d0db commit b923dac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">


<img src="docs/illustrations/logos/logo_choice_learn.png" width="300">
<img src="https://github.com/artefactory/choice-learn/blob/main/docs/illustrations/logos/logo_choice_learn.png" width="300">

*Large-scale choice modeling through the lens of machine learning*
*Large-scale choice modelling through the lens of machine learning*

[![CI status](https://github.com/artefactory/choice-learn/actions/workflows/ci.yaml/badge.svg)](https://github.com/artefactory/choice-learn/actions/workflows/ci.yaml?query=branch%3Amain)
[![Linting , formatting, imports sorting: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
Expand Down
2 changes: 1 addition & 1 deletion choice_learn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Choice-Learn library for choice modeling in Python."""

__version__ = "0.0.3"
__version__ = "0.0.4"
__author__ = "Vincent Auriau"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pythonpath = ["./"]

[tool.poetry]
name = "choice-learn"
version = "0.0.3"
version = "0.0.4"
description = "Large-scale choice modeling through the lens of machine learning."
authors = [
"artefactory <vincent.auriau@artefact.com>",
Expand Down

0 comments on commit b923dac

Please sign in to comment.