Skip to content

Commit 6489593

Browse files
committed
bump version number for the patch
1 parent cc31d13 commit 6489593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "pyspi"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
authors = [
99
{ name ="Oliver M. Cliff", email="[email protected]"},
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'data/standard_normal.npy',
6464
'data/cml7.npy']},
6565
include_package_data=True,
66-
version='1.1.0',
66+
version='1.1.1',
6767
description='Library for pairwise analysis of time series data.',
6868
author='Oliver M. Cliff',
6969
author_email='[email protected]',

0 commit comments

Comments
 (0)