Skip to content

Commit

Permalink
🔖(minor) bump release to 0.3.0
Browse files Browse the repository at this point in the history
Fixed

- Fix incompatible dtype warning
  • Loading branch information
SergioSim committed May 9, 2024
1 parent 7e41832 commit 84a002d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

## [Unreleased]

## [0.3.0] - 2024-05-09

## Fixed

- Fix incompatible dtype warning

## [0.2.0] - 2023-04-11

### Changed
Expand All @@ -20,6 +26,7 @@ and this project adheres to

- Implement the MultiCons class

[unreleased]: https://github.com/SergioSim/multicons/compare/v0.2.0...master
[unreleased]: https://github.com/SergioSim/multicons/compare/v0.3.0...master
[0.3.0]: https://github.com/SergioSim/multicons/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/SergioSim/multicons/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/SergioSim/multicons/compare/125c67d...v0.1.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = multicons
version = 0.2.0
version = 0.3.0
description = MultiCons (Multiple Consensuses) algorithm
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/multicons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
linear_closed_itemsets_miner,
)

__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 84a002d

Please sign in to comment.