Skip to content

Commit

Permalink
Merge pull request #23 from tzussman/v0.2.1
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
tzussman authored May 6, 2023
2 parents 8d81433 + 1b50784 commit 2c2468a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "valparse"
authors = [{name = "Tal Zussman", email = "[email protected]"}]
description="Package to parse Valgrind XML files."
readme = "README.md"
version = "0.2.0"
version = "0.2.1"
requires-python = ">=3.7"

dependencies = []
Expand Down
2 changes: 1 addition & 1 deletion valparse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .valparse import * # noqa: F401, F403

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 2c2468a

Please sign in to comment.