Skip to content

Commit

Permalink
prep release 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Aug 7, 2023
1 parent 42776b8 commit e351ea1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Source code for **PyTextRank** plus its logo, documentation, and examples
have an [MIT license](https://spdx.org/licenses/MIT.html) which is
succinct and simplifies use in commercial applications.

All materials herein are Copyright © 2016-2022 Derwen, Inc.
All materials herein are Copyright © 2016-2023 Derwen, Inc.


## Attribution
Expand Down Expand Up @@ -172,6 +172,7 @@ and to our contributors:
[@clabornd](https://github.com/clabornd),
[@dayalstrub-cma](https://github.com/dayalstrub-cma),
[@kavorite](https://github.com/kavorite),
[@0dB](https://github.com/0dB),
[@htmartin](https://github.com/htmartin),
[@williamsmj](https://github.com/williamsmj/),
[@mattkohl](https://github.com/mattkohl),
Expand Down
3 changes: 2 additions & 1 deletion docs/ack.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and to our contributors:
[@clabornd](https://github.com/clabornd),
[@dayalstrub-cma](https://github.com/dayalstrub-cma),
[@kavorite](https://github.com/kavorite),
[@0dB](https://github.com/0dB),
[@htmartin](https://github.com/htmartin),
[@williamsmj](https://github.com/williamsmj/),
[@mattkohl](https://github.com/mattkohl),
Expand Down Expand Up @@ -114,7 +115,7 @@ Source code for **pytextrank** plus its logo, documentation, and examples
have an [MIT license](https://spdx.org/licenses/MIT.html) which is
succinct and simplifies use in commercial applications.

All materials herein are Copyright © 2016-2022 Derwen, Inc.
All materials herein are Copyright © 2016-2023 Derwen, Inc.

[![logo for Derwen, Inc.](https://derwen.ai/static/block_logo.png)](https://derwen.ai/)

Expand Down
2 changes: 1 addition & 1 deletion pytextrank/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Python version checking

MIN_PY_VERSION: typing.Tuple = (3, 7,)
__version__: str = "3.2.4"
__version__: str = "3.2.5"


def _versify (
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ pylint >= 2.7.0
pytest
pymdown-extensions
selenium
setuptools >= 65.5.1
twine
wheel

wheel >= 0.38.0

0 comments on commit e351ea1

Please sign in to comment.