Skip to content

Commit

Permalink
bump: version 0.9.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdon committed Jul 6, 2024
1 parent c5b4293 commit e2d58e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.0 (2024-07-06)

### Refactor

- update ruff lint rules and fix tests
- remove deprecated function

## 0.9.0 (2023-12-20)

### BREAKING CHANGE
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.9.0"
version = "1.0.0"
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.9.0",
version="1.0.0",
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 e2d58e2

Please sign in to comment.