Skip to content

Commit 2c2468a

Browse files
authored
Merge pull request #23 from tzussman/v0.2.1
v0.2.1
2 parents 8d81433 + 1b50784 commit 2c2468a

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
@@ -11,7 +11,7 @@ name = "valparse"
1111
authors = [{name = "Tal Zussman", email = "tz2294@columbia.edu"}]
1212
description="Package to parse Valgrind XML files."
1313
readme = "README.md"
14-
version = "0.2.0"
14+
version = "0.2.1"
1515
requires-python = ">=3.7"
1616

1717
dependencies = []

valparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .valparse import * # noqa: F401, F403
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)