Skip to content

Commit 3e2d046

Browse files
committed
chore: bump version to 1.1.0
1 parent 5f341f6 commit 3e2d046

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyOctaveBand"
7-
version = "1.0.15"
7+
version = "1.1.0"
88
authors = [
99
{ name="Jose Manuel Requena Plens", email="jmrplens@gmail.com" },
1010
]

src/pyoctaveband/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Use non-interactive backend for plots
2020
matplotlib.use("Agg")
2121

22-
__version__ = "1.0.15"
22+
__version__ = "1.1.0"
2323

2424
# Public methods
2525
__all__ = [

0 commit comments

Comments
 (0)