We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d81433 + 1b50784 commit 2c2468aCopy full SHA for 2c2468a
pyproject.toml
@@ -11,7 +11,7 @@ name = "valparse"
11
authors = [{name = "Tal Zussman", email = "tz2294@columbia.edu"}]
12
description="Package to parse Valgrind XML files."
13
readme = "README.md"
14
-version = "0.2.0"
+version = "0.2.1"
15
requires-python = ">=3.7"
16
17
dependencies = []
valparse/__init__.py
@@ -1,3 +1,3 @@
1
from .valparse import * # noqa: F401, F403
2
3
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments