Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit b0bc1ad

Browse files
Update setup.py
1 parent f792cd3 commit b0bc1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="capparser",
8-
version="2.0.0",
8+
version="2.0.1",
99
author="David Araújo",
1010
author_email="david2araujo5@gmail.com",
1111
description="Common Alerting Protocol (CAP) parser",
@@ -20,4 +20,4 @@
2020
python_requires='>=3.6',
2121
py_modules=["capparser"],
2222
package_dir={'': '.'},
23-
)
23+
)

0 commit comments

Comments
 (0)