Skip to content

Commit

Permalink
bump version -> v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msamsami committed Jan 16, 2025
1 parent b1d9e17 commit 406487f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div align="center">

![Lastest Release](https://img.shields.io/badge/release-v0.4.0-green)
![Lastest Release](https://img.shields.io/badge/release-v0.5.0-green)
[![PyPI Version](https://img.shields.io/pypi/v/wnb)](https://pypi.org/project/wnb/)
![Python Versions](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)<br>
![GitHub Workflow Status (build)](https://github.com/msamsami/wnb/actions/workflows/build.yml/badge.svg)
Expand Down
2 changes: 1 addition & 1 deletion wnb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Python library for the implementations of general and weighted naive Bayes (WNB) classifiers.
"""

__version__ = "0.4.0"
__version__ = "0.5.0"
__author__ = "Mehdi Samsami"


Expand Down

0 comments on commit 406487f

Please sign in to comment.