Skip to content

Commit

Permalink
bump: version 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdon committed Jun 5, 2023
1 parent 7ba0a72 commit e0d896d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.2 (2023-06-05)

## 0.8.1 (2023-06-05)

## 0.8.0 (2023-06-04)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyentrp"
version = "0.8.1"
version = "0.8.2"
description = "A Python library for computing entropy measures for time series analysis."
authors = ["Nikolay Donets <nd@donets.org>"]
license = "apache-2.0"
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.1",
version="0.8.2",
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 e0d896d

Please sign in to comment.