Skip to content

Commit

Permalink
Fixes of the publishing actions (#25)
Browse files Browse the repository at this point in the history
* build(pyproject.toml): add package specification

* bump: version 0.8.0 → 0.8.1
  • Loading branch information
nikdon authored Jun 5, 2023
1 parent b7c5af6 commit 2743dab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.8.1 (2023-06-05)

## 0.8.0 (2023-06-04)

### Refactor
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[tool.poetry]
name = "pyentropy"
version = "0.8.0"
version = "0.8.1"
description = "A Python library for computing entropy measures for time series analysis."
authors = ["Nikolay Donets"]
authors = ["Nikolay Donets <nd@donets.org>"]
license = "apache-2.0"
readme = "README.md"
packages = [
{"include" = "pyentrp"}
]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyentrp",
version="0.8.0",
version="0.8.1",
description="Functions on top of NumPy for computing different types of entropy",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2743dab

Please sign in to comment.