Skip to content

Commit

Permalink
🔖(minor) first minor release 0.1.0
Browse files Browse the repository at this point in the history
Added:

- Implement the MultiCons class
  • Loading branch information
SergioSim committed May 18, 2022
1 parent 1d96ecd commit b30bc87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ and this project adheres to

## [Unreleased]

## [0.1.0] - 2022-05-18

### Added

- Added the MultiCons class
- Implement the MultiCons class

[unreleased]: https://github.com/SergioSim/multicons
[unreleased]: https://github.com/SergioSim/multicons/v0.1.0...master
[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.0.1
version = 0.1.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.0.1"
__version__ = "0.1.0"

0 comments on commit b30bc87

Please sign in to comment.