Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlevinwork committed Mar 19, 2024
1 parent 967be0e commit aed0c28
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2024-03-19
### Fixed
* Documentation improvements
* PyPi publish process

### Removed
* `verbose` support

## [0.1.0] - 2024-03-10
### Added
* First version of gbfs package:
Expand Down
24 changes: 19 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
[tool.poetry]
name = "gbfs"
version = "0.1.0"
version = "0.1.1"
description = "Graph-Based Feature-Selection Algorithms"
authors = ["davidlevinwork <[email protected]>"]
readme = "README.md"
license = "MIT"
readme = "README.md"
authors = ["David Levin <[email protected]>"]
keywords = [
"feature-selection",
"automatic-feature-selection",
"clustering",
"dimensionality-reduction",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3 :: Only",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Machine Learning",
]

[tool.poetry.urls]
"Repository" = "https://github.com/davidlevinwork/gbfs/"
homepage = "https://github.com/davidlevinwork/gbfs/"
repository = "https://github.com/davidlevinwork/gbfs/"
documentation = "https://davidlevinwork.github.io/gbfs/"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit aed0c28

Please sign in to comment.