Skip to content

Commit e2d58e2

Browse files
committed
bump: version 0.9.0 → 1.0.0
1 parent c5b4293 commit e2d58e2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.0.0 (2024-07-06)
4+
5+
### Refactor
6+
7+
- update ruff lint rules and fix tests
8+
- remove deprecated function
9+
310
## 0.9.0 (2023-12-20)
411

512
### BREAKING CHANGE

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyentrp"
3-
version = "0.9.0"
3+
version = "1.0.0"
44
description = "A Python library for computing entropy measures for time series analysis."
55
authors = ["Nikolay Donets <nd@donets.org>"]
66
license = "apache-2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pyentrp",
10-
version="0.9.0",
10+
version="1.0.0",
1111
description="Functions on top of NumPy for computing different types of entropy",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)