Skip to content

Commit 1f31706

Browse files
committed
Setting to version 1.0.1
1 parent 8fdb0b2 commit 1f31706

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
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "arrayutilities"
9-
version = "1.0.0"
9+
version = "1.0.1"
1010
description = "A library for list, dict, and UserDict manipulations."
1111
readme = "README.md"
1212
authors = [{ name = "Matthew Batchelder", email = "[email protected]" }]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='arrayutilities',
55
packages=find_packages(),
6-
version='1.0.0',
6+
version='1.0.1',
77
description='A library for list, dict, and UserDict manipulations.',
88
author='Matthew Batchelder',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)