Skip to content

Commit 7e2cd3f

Browse files
committed
Changing the tags for the project
1 parent 2be34b7 commit 7e2cd3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.2"
9+
version = "1.0.3"
1010
description = "A library for list, dict, and UserDict manipulations."
1111
readme = "README.md"
1212
authors = [{ name = "Matthew Batchelder", email = "[email protected]" }]
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3",
1818
]
19-
keywords = ["pipeline", "library"]
19+
keywords = ["list", "dict", "UserDict", "library"]
2020
requires-python = ">=3.8"
2121

2222
[project.urls]

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.2',
6+
version='1.0.3',
77
description='A library for list, dict, and UserDict manipulations.',
88
author='Matthew Batchelder',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)