Skip to content

Commit

Permalink
bump to v0.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
junipertcy committed Jun 30, 2024
1 parent 0c2df12 commit ba03f17
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "regrank"
version = "0.2.29"
version = "0.2.30"
authors = ["Tzu-Chi Yen <tzuchi.yen@colorado.edu>"]
license = "LGPL-3.0-or-later"
readme = "README.md"
Expand Down Expand Up @@ -35,7 +35,6 @@ classifiers = [
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Libraries',
]
packages = [{ include = "src/regrank" }]

[tool.poetry.dependencies]
python = "!=3.11.0,>=3.10"
Expand Down Expand Up @@ -75,4 +74,4 @@ skip-string-normalization = true
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
# McCabe complexity (`C901`) by default.
select = ["E4", "E7", "E9", "F"]
ignore = ["F403"]
ignore = ["F401", "F403"]
2 changes: 0 additions & 2 deletions src/regrank/__init__.py → regrank/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
]
)
__URL__ = "https://github.com/junipertcy/regrank"
__version__ = "0.2.29"
__release__ = "0.2.29"

submodules = ["datasets", "io", "optimize", "stats", "draw"]
func_optimize = ["SpringRankLegacy", "SpringRank"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ba03f17

Please sign in to comment.